I\'m writing a Chrome extension that will redirect me to a URL when clicking on the browser action icon.
I\'m trying to use:
chrome.browserAction.onC
Make sure we don't have jquery.js before background.js in the scripts array of background in manifest.json.
"background": { "scripts": ["background.js","jquery.js"] }