Top "Google-chrome-extension" questions

Extension development for the Google Chrome web browser.

How can I get the URL of the current tab from a Google Chrome extension?

I'm having fun with Google Chrome extension, and I just want to know how can I store the URL of …

google-chrome google-chrome-extension browser-tab
Chrome Extension - Get DOM content

I'm trying to access the activeTab DOM content from my popup. Here is my manifest: { "manifest_version": 2, "name": "Test", "description": "…

javascript google-chrome-extension
Where to find extensions installed folder for Google Chrome on Mac?

I can not find them under ~/Library/Application Support/Google/Chrome/; Where are they? Mac Pro 10.8.4 Chrome Version 26.0.1410.65

macos google-chrome google-chrome-extension
Disable developer mode extensions pop up in Chrome

Since the latest release of chrome (34.0.1847.116) last week, I have been receiving the “Disable developer mode extensions" when running automated …

google-chrome google-chrome-extension watir-webdriver selenium-chromedriver
How to change the locale in chrome browser

I want to change Accept-language request header to anything I wanted in chrome, is there any extension or plugin where …

google-chrome google-chrome-extension
Simulate limited bandwidth from within Chrome?

Is there a way I can simulate various connection speeds from within Chrome? I need to be able to check …

google-chrome google-chrome-extension bandwidth-throttling
Checkbox Check Event Listener

Recently I have been working with the Chrome Plugin API and I am looking to develop a plugin which will …

javascript html google-chrome google-chrome-extension dom-events
google chrome extension :: console.log() from background page?

If I call console.log('something'); from the popup page, or any script included off that it works fine. However …

javascript google-chrome google-chrome-extension
Refused to apply inline style because it violates the following Content Security Policy directive

So, in about 1 hour my extensions failed hard. I was doing my extension and it was doing what I pretended. …

javascript google-chrome-extension content-security-policy
Start an external application from a Google Chrome Extension?

How to start an external application from a Google Chrome Extension? So basically I have an executable file which does …

google-chrome executable google-chrome-extension