Top "Google-chrome-extension" questions

Extension development for the Google Chrome web browser.

Run script each time Chrome extension icon clicked

How do I write a chrome extension such that every time a user clicks the icon, my script is run …

google-chrome google-chrome-extension
How to access the webpage DOM rather than the extension page DOM?

I'm writing a Chrome extension and trying to overlay a <div> over the current webpage as soon as …

google-chrome google-chrome-extension
Export CSS changes from inspector (webkit, firebug, etc)

When I'm working with CSS, I'll often test in a browser - say, Chrome - right click an element, click …

css webkit google-chrome-extension web-inspector
How to modify an extension from the Chrome Web Store?

I've seen this extension in the Chrome Web store, which shows the newest videos of a YouTube channel. I want …

google-chrome-extension chrome-web-store
Turn off webcam/camera after using getUserMedia

I'm developing a Chrome Extension that uses the background page to access the user's webcam. Users are given the option …

javascript google-chrome-extension getusermedia
Copy to Clipboard in Chrome Extension

I'm making an extension for Google Chrome and I have hit a snag. I need to copy a readonly textarea's …

javascript clipboard google-chrome-extension
How can I save information locally in my chrome extension?

I want my chrome extension to save some information, and I'm not sure how to start the code... I need …

javascript google-chrome google-chrome-extension
Replay HTTP POST in google chrome Developer

Im switching from firebug to Google Chrome developer tools. I like it so far, but one feature that I really …

google-chrome google-chrome-extension firebug google-chrome-devtools
Chrome extension code vs Content scripts vs Injected scripts

I am trying to get my Chrome Extension to run the function init() whenever a new page is loaded, but …

javascript google-chrome-extension scope content-script
How to inject CSS using content script file in Chrome extension?

I'm trying to inject my CSS from JavaScript which is injected as content script: "content_scripts": [ { "matches": ["http://www.google.…

javascript google-chrome-extension content-script