Top "Google-chrome-extension" questions

Extension development for the Google Chrome web browser.

How to use jQuery in chrome extension?

I am writing a chrome extension. And I want to use jQuery in my extension. I am not using any …

javascript jquery google-chrome asynchronous google-chrome-extension
Chrome extension id - how to find it

How can I find out what the chrome extension id is for an extension?

google-chrome browser google-chrome-extension installation
Chrome Extension: Make it run every page load

I want to make a chrome extension that executes some scripts after one page is loaded, I am not sure …

javascript google-chrome google-chrome-extension
Chrome extension: accessing localStorage in content script

I have an options page where the user can define certain options and it saves it in localStorage: options.html …

google-chrome-extension local-storage content-script
Sqlite in chrome

Is it possible to make chrome extension that interacts with sqlite database similarly as firefox extension? Could you give me …

javascript sqlite google-chrome-extension
onclick or inline script isn't working in extension

This seems to be the easiest thing to do, but it's just not working. In a normal browser the .html …

javascript google-chrome-extension onclick firefox-webextensions
Check whether user has a Chrome extension installed

I am in the process of building a Chrome extension, and for the whole thing to work the way I …

javascript google-chrome google-chrome-extension
Getting the source HTML of the current page from chrome extension

I have a chrome extension. i need to analyse from the HTML source of the current page. i found here …

html google-chrome-extension
AngularJS changes URLs to "unsafe:" in extension page

I am trying to use Angular with a list of apps, and each one is a link to see an …

javascript angularjs security google-chrome-extension
Using ECMAScript 6

I'm looking for a way to run ECMAScript 6 code in my browser's console but most browsers don't support functionality that …

google-chrome google-chrome-extension userscripts ecmascript-6