Extension development for the Google Chrome web browser.
I've got the following... chrome.extension.sendRequest({ req: "getDocument", docu: pagedoc, name: 'name' }, function(response){ var efjs = response.reply; }); which …
javascript json google-chrome google-chrome-extensionI looked in: C:\Documents and Settings\username\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions for unpacked …
google-chrome google-chrome-extension pathCan I create a plugin or an extension for Google Chrome MOBILE (Android Google Chrome)? If not, can I create …
google-chrome google-chrome-extensionRecently I've realised that, some adblocker extensions (such as adBlocker plus) block some Ajax calls. I get that error on …
ajax google-chrome-extension firefox-addonEssentially I want to have a script execute when the contents of a DIV change. Since the scripts are separate (…
javascript jquery google-chrome-extensionFollowing the instructions at the link below, I successfully built a REST API for my Django application: http://django-rest-framework.org/…
rest google-chrome-extensionI'm learning how to create Chrome extensions. I just started developing one to catch YouTube events. I want to use …
javascript google-chrome google-chrome-extension youtube-api content-scriptI'm working on an Extension in Chrome, and I'm wondering: what's the best way to find out when an element …
javascript jquery google-chrome google-chrome-extensionI'm having an error running Chromecast sender in Chrome Incognito or if Chromecast extension is not installed: Failed to load …
javascript google-chrome-extension google-chrome-devtools chromecastHow to save CSS changes of Styles panel of Google Chrome Developer Tools? At tool's website it's mentioned that we …
html css google-chrome google-chrome-extension google-chrome-devtools