Extension development for the Google Chrome web browser.
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-tabI'm trying to access the activeTab DOM content from my popup. Here is my manifest: { "manifest_version": 2, "name": "Test", "description": "…
javascript google-chrome-extensionI 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-extensionSince 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-chromedriverI want to change Accept-language request header to anything I wanted in chrome, is there any extension or plugin where …
google-chrome google-chrome-extensionIs 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-throttlingRecently 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-eventsIf I call console.log('something'); from the popup page, or any script included off that it works fine. However …
javascript google-chrome google-chrome-extensionSo, 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-policyHow 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