Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6383165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:36:54+00:00 2026-05-25T02:36:54+00:00

I have a touch screen tablet. Now if I was a Windows user I

  • 0

I have a touch screen tablet. Now if I was a Windows user I could use iTouch, but I’m a Linux user, and what about OS 10, or the users that got the Chromebook, or installed Chromium OS on their tablet pc?

Well I thought of exactly that, and well I found this site, and the user created the ripple effect.

However how to make this as a chrome extension so the ripple effect is shown every time the user clicks, with a background radial gradient done in CSS3 representing the content of whatever website the user maybe on?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T02:36:55+00:00Added an answer on May 25, 2026 at 2:36 am

    The major component of such extension would be injecting this js library into all pages along with css. You can do this with so called content scripts.

    Then you would need some way of turning it on/off. It is usually done with a browser action (toolbar button) or context menu.

    A good way to start would be reading through those links (and everythign else on that site).

    UPDATE

    It doesn’t work because in your background page when you are calling:

    chrome.tabs.executeScript(null, {file: "js/ripple.js"});
    

    It is getting injected right away into a tab that was current during extension installation (which is most likely chrome://extensions/, where you can’t inject anything).

    That’s why I mentioned earlier that for triggering the effect you would most likely want to user browser action button. Your background page should look like:

    chrome.browserAction.onClicked.addListener(function(tab) {
        chrome.tabs.executeScript(tab.id, {file: "js/ripple.js"});
    });
    

    Or if you want this ripple effect to be always on, just add ripple.js to the manifestwith the rest of the scripts.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have built a touch screen application using Windows Forms. It works great but
I have a touch screen kiosk that displays a webpage and a pdf document.
I have a DIV that I want to touch the bottom of the screen
I have a WinForms application that is being used on tablet PC's with touch
I am working on a project that uses a touch-screen interface. I have a
OK, this is a slightly weird question. We have a touch-screen application (i.e., no
I am creating an touch screen application using Swing and have a request to
We have a WinForms application which runs on a touch-screen on a bit of
I have seen this question: Are there any decent UI components for touch screen
I'm writing a Java application that will have an on-screen number pad available for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.