Top "Google-chrome-extension" questions

Extension development for the Google Chrome web browser.

'observe' on 'MutationObserver': parameter 1 is not of type 'Node'

I am creating a Chrome extension and trying to include a small text beside the SEND button of the gMail …

javascript google-chrome-extension gmail gmail-api mutation-observers
How to stop CORB from blocking requests to data resources that respond with CORS headers?

I am developing a Chrome extension which makes requests from certain websites to an API I control. Until Chrome 73, the …

google-chrome google-chrome-extension cors cross-origin-read-blocking
Difference between Chrome Apps and Extensions

What is the difference between Chrome Apps and Extensions? What can you do with apps that you can't do with …

google-chrome google-chrome-extension google-chrome-app
Taking screenshot using javascript for chrome extensions

I have made a lot of search regarding taking pictures using JS but none seem to be useful. Some say …

javascript google-chrome-extension
Chrome Extension - Content Security Policy - executing inline code

I am using an external JavaScript lib in my chrome extension. I has inline execution, so I get following kind …

google-chrome google-chrome-extension content-security-policy
Get URL and save it | Chrome Extension

Basically on my window (when you click the icon) it should open and show the URL of the tab and …

html google-chrome google-chrome-extension local-storage
How to make a toolbar in Google Chrome?

I'm exploring Google Chrome extensions for the first time. I would like to create what appears as a toolbar along …

google-chrome google-chrome-extension toolbar
The Chrome extension popup is not working, click events are not handled

I have created a JavaScript variable and when I click on the button it should increment by 1, but its not …

javascript google-chrome button google-chrome-extension content-security-policy
Alternative to Chrome Extension "Window Resizer"

In light of the recent controversy (Dec 2013) over the Chrome extension titled "Window Resizer", what are some alternative solutions to …

google-chrome google-chrome-extension resize responsive-design
Is it possible to create a Chrome Extension for private distribution outside Chrome Web Store?

We have a Chrome Extension application that we have developed and would like to distribute it only a limited number …

google-chrome-extension chrome-web-store