Top "Google-chrome-extension" questions

Extension development for the Google Chrome web browser.

Can we have add-ons(FireFox) or extensions(Chrome) in the mobile browsers [Android or iPhone]

Can we have add-ons(FireFox) or extensions(Chrome) in the mobile browsers like how we are using them with web …

android iphone google-chrome-extension firefox-addon mobile-browser
Custom protocol handler in chrome

How do i set up a custom protocol handler in chrome? Something like: myprotocol://testfile I would need this to …

google-chrome-extension custom-protocol
chrome.storage.local.get and set

I'm trying to use chrome.storage.local in my extension, and it doesn't seem to work. I used localStorage but …

javascript google-chrome google-chrome-extension
Accessing console and devtools of extension's background.js

I just started out with Google Chrome extensions and I can't seem to log to console from my background js. …

debugging google-chrome-extension console google-chrome-devtools
How to download a CRX file from the Chrome web store for a given ID?

I'd like to download the .crx file of an extension from webstore, I use fiddler to analyze the network request …

google-chrome google-chrome-extension download chrome-web-store
Chrome extension: How to save a file on disk

I'm currently creating an extension for google chrome which can save all images or links to images on the harddrive. …

javascript google-chrome google-chrome-extension
Chrome Extension how to send data from content script to popup.html

I know this this has been asked in numerous posts but honestly I don't get them. I am new to …

javascript jquery html google-chrome google-chrome-extension
Chrome extension: How to open a link in new tab?

In my Stackoverflow folder, I have stackoverflow.ico and 2 bellow files. When importing it to Chrome, it shows the icon …

javascript html google-chrome google-chrome-extension tabs
Chrome version 18+: How to allow inline scripting with a Content Security Policy?

Chrome 18 Dev/Canary has just been released, and content_security_policy will be needed in the manifest for certain extensions. …

google-chrome google-chrome-extension content-security-policy
Port error: Could not establish connection. Receiving end does not exist. In Chromiume

I'm developing an extension in Chrome, and there's a problem. In my inject.js, I make a request like: chrome.…

google-chrome-extension