This tag is dedicated to questions about extension development for the Google Chrome web browser.

learn more… | top users | synonyms

73
votes
3answers
27k views

Is there a jQuery DOM change listener?

Essentially I want to have a script execute when the contents of a DIV change. Since the scripts are separate (content script in chrome extension & webpage script), I need a way simply observe ...
63
votes
14answers
36k views

Is there a way to get the xpath in google chrome?

I have a webpage I want to use with YQL. But I need the xpath of a specific item. I can see it in the debug tools area for google chrome but I don't see a way to copy that xpath. Is there a way to ...
50
votes
2answers
4k views

How to test chrome extensions?

Is there a good way to do this? I'm writing an extension that interacts with a website as a content script and saves data using localstorage. Are there any tools, frameworks, etc. that I can use to ...
49
votes
9answers
7k views

How do I auto-reload a Chrome extension I'm developing?

I'd like for my chrome extension to reload every time I save a file in the extension folder, without having to explicitly click "reload" in chrome://extensions/. Is this possible? Edit: I'm aware I ...
41
votes
1answer
12k views

Building a Chrome Extension - Inject code in a page using a Content script

I'm learning how to create chrome extensions and I just started developing one to catch youtube events. I want to use it with youtube flash player (later i will try to make it compatible with html5). ...
39
votes
1answer
4k views

Difference between two element styles with Google Chrome

I use Google Chrome developer tools and I am constantly inspecting one element against another back and forth to find out what may be causing a particular styling issue. It would be nice to compare ...
38
votes
2answers
12k views

Chrome extension: accessing localstorage in content script

So, i have an options page where the user can define certain options and it saves it in localstorage: options.html Now, i also have a content script that needs to get the options that were defined on ...
36
votes
5answers
56k views

Is there an extension like Tamperdata for Chrome?

I need to capture HTTP traffic in the browser. TamperData is an extension to track and modify http/https requests I am aware of tools like Fiddler, but I am looking for an addon that runs inside the ...
34
votes
6answers
32k views

Port error: Could not establish connection. Receiving end does not exist. In Chromiume

I'm developing an extension in Chrome, and there's a problem. In my inject.js, I make a request like: chrome.extension.sendRequest({command:'skip'},callback) and in my `background.js I simply add ...
32
votes
6answers
5k views

Web Scraping in a Google Chrome Extension (JavaScript + Chrome APIs)

What are the best options for performing a Web Scraping from within a Google Chrome Extension with JavaScript and whatever more technologies are available. Other JavaScript-libraries are also ...
28
votes
4answers
26k views

Google Chrome extension - how to turn JavaScript on/off?

Is it possible to turn JavaScript on/off with a self-made Google Chrome extension? For example, in Opera browser, there are simple possibilities to do that with widgets, user-made buttons, etc., ...
26
votes
9answers
17k views

How to save CSS changes of Styles panel of Chrome Developer Tools?

How to save CSS changes of Styles panel of Google Chrome Developer Tools? At tool's website it's mentioned that we can see all change in resource panel But I'm working locally on a CSS file but ...
25
votes
3answers
5k views

chrome extension first run

How can I find out if my extension is being run for the first time / has just been upgraded? Thanks!
25
votes
1answer
1k views

Graph Goat Teleportation Data with Google Vis. API via Chrome Extension

I just checked my Chromium task manager and noticed that my Goats Teleported count is abnormally high. I thought it might be a good idea to create a browser extension that runs the goat teleportation ...
22
votes
6answers
5k views

Export CSS changes from inspector (webkit, firebug, etc)

When I'm working with CSS, I'll often test in a browser - say, Chrome - right click an element, click Inspect Element, and edit the CSS right there. The use of arrow keys to change things like margin ...
21
votes
2answers
33k views

Sqlite in chrome

Is it possible to make chrome extension that interacts with sqlite database similarly as firefox extension? Could you give me some advise or link where is more info about developing chrome extension ...
20
votes
3answers
16k views

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 next to it I want it to say "Save", it will save it to the localStorage, and to be displayed below into ...
20
votes
3answers
12k views

How to wait until an element exists?

I'm working on an Extension in Chrome, and I'm wondering: what's the best way to find out when an element comes into existence? Using plain javascript, with an interval that checks until an element ...
20
votes
4answers
5k views

Which Javascript / Chrome Extension IDE are you using? [closed]

I'm currently develloping a Chrome Extension and i'm searching for more ergonomy by finding a good IDE who can manage javascript and also Chrome Extension API. Thanks in advance.
19
votes
4answers
11k views

Do Chrome extensions have access to local storage?

Is it possible to store data in a way that will be accessible after a browser restart in the context of a chrome extension?
19
votes
2answers
7k views

UserScripts & Greasemonkey: calling a website's JavaScript functions

I'm creating a UserScript extension for Firefox & Chrome and I'm trying to use some of the code in the website's JavaScript, e.g.: function: myFunction(){ return Grooveshark.playNextSong(); ...
19
votes
3answers
10k views

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 as the background page is not directly run off the popup page it is not included in the ...
19
votes
4answers
14k views

Chrome Extension: how to capture selected text and send to a web service

For the Google Chrome extension, I need to capture selected text in a web page and send to a web service. I'm stuck! First I tried a bookmarklet, but Chrome on Mac seems to have some bookmarklet ...
19
votes
5answers
3k views

How to sync chrome extension options

I've made a Chrome extension with an options page. The data is saved in localstorage and works just fine. Chrome doesn't sync the localstorage to the cloud, just the extensions. This means that any ...
18
votes
3answers
21k views

Chrome sendrequest error: TypeError: Converting circular structure to JSON

I've got the following... chrome.extension.sendRequest({ req: "getDocument", docu: pagedoc, name: 'name' }, function(response){ var efjs = ...
18
votes
3answers
15k views

Injecting JS functions into the page from a Greasemonkey script on Chrome

I have a Greasemonkey script that works just fine in Firefox and Opera. I struggle with getting it to work in Chrome, however. The problem is injecting a function into the page that can be invoked by ...
18
votes
3answers
4k views

Upload a File in a Google Chrome Extension

I'm writing an extension for Chrome, and I need to upload a file from the page the user is currently on to my server to be processed, I cannot figure out how to upload the file though. I considered ...
17
votes
5answers
6k views

Google Chrome Extensions - Can't load local images with CSS

I have a simple Google Chrome extension that uses the content script feature to modify a website. More specifically, the background image of said website. For some reason I can't seem to be able to ...
17
votes
2answers
10k views

jQuery .on not working with dynamic DOM/HTML

I'm not exactly sure if this is due to my manifest setup, or if there's something going on with the .on event and pages that generate content/modify content on the fly, but I've run into a stumbling ...
16
votes
2answers
379 views

Google Chrome Sync check if enabled via API/Extension?

Is it possible to programmatically check if Chrome Sync is configured in Google Chrome? The reason I ask is that I am coding an Extension for Chrome that depends on Chrome Sync, and would like to ...
15
votes
4answers
16k views

Is there a way to simulate key presses or a click with javascript?

I wrote a google chrome extension and the site that I want to use my extension on requirements me to click or tab onto a text box (because I think it runs javascript verification "onclick" only). Now ...
15
votes
5answers
16k views

Chrome extension: How to save a file on disk

I'm currently creating an extension for google chrome which can save all images or links to images on the harddrive. The problem is I don't know how to save file on disk with JS or with Google Chrome ...
14
votes
1answer
6k views

chrome extension insert content script on browser action

I am trying to make basically an element highlighter chrome extension. Workflow: - click on browser icon - click on the page - hightlight the element clicked I am having troubles in running ...
14
votes
1answer
764 views

How to read a file on paste event in HTML5

In HTML5 we know that we can read files using predefined API. As of now I have tried <input type="file"> and the File Drop method. They have worked fine for me. But I want to know the ...
14
votes
3answers
3k views

How can I open the Google Chrome Console from JavaScript?

The question might sound weird but I kind of need this to happen. The alternative would be to ask people to press Ctrl+Shift+i but I would prefer to avoid that and just provide a link. The link would ...
13
votes
5answers
4k views

“Chrome.tabs is not supported…”

I always get this error in Chrome's console. Uncaught Error: chrome.tabs is not supported in content scripts. See the content scripts documentation for more details. But everything works fine. ...
13
votes
6answers
6k views

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 would like it to, I need an external JavaScript script to be able to detect if a user has my extension ...
13
votes
2answers
5k views

Custom protocol handler in chrome

How do i set up a custom protocol handler in chrome? Something like: myprotocal://testfile I would need this to send a request to http://mysite.com?query=testfile, then send the httpresponse to my ...
13
votes
1answer
3k views

Chrome Extensions - onRequest/sendRequest vs onMessage/sendMessage

Checking out this sample extension linked by a page in the Chrome Extension center, I see they used chrome.extension.onRequest.addListener(onRequest); in the background.js page in order to listen ...
13
votes
3answers
4k views

Is there a way to port a chrome extension to other browsers?

Is there a way to port a chrome extension to other browsers, without having to entirely re-write the code? My chrome extension uses the browser_action command to open "popup.html" in the extension ...
13
votes
3answers
2k views

Can Native Client (NaCl) programs be written in languages other than C or C++?

Would it be possible to write a native client application in Python or Go that could then run in the browser?
12
votes
2answers
2k views

How to get my extension's id from JavaScript?

I'm writing a Chrome extension, I need to get my extension's id in my code, so I don't need to change it manually every time. How can I do this?
12
votes
2answers
8k views

Closing popup window created by Google Chrome extension

I'm trying to create a Chrome extension that is a replacement for the Delicious bookmarklet. I know there's already an extension that does it, but the problem with that extension is that after you ...
12
votes
1answer
3k views

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 using activeX controls,which doesnt suit my situation .I was hoping to take picture using JS and ...
12
votes
2answers
3k views

Replay HTTP POST in google chrome Developer

Im switching from firebug to Google Chrome developer tools. I like it so far, but one feature that I really missing is replaying a http post. on firebug, I can right click on the request (on the net ...
12
votes
2answers
930 views

What do impressions in the Chrome extension developer dashboard mean?

In the developer dashboard, under stats, we can find two types of graphs: installations and impressions. What does these mean?
12
votes
4answers
467 views

Chrome extension: bitcoin wallet

Could a chrome extension be made that maintains a bitcoin wallet while also making it easy for web stores to integrate a one-click purchase experience. Suppose a button on a webpage is clicked. Is it ...
11
votes
3answers
40k views

.crx file install in chrome

I have just created a very simple chrome extension and it works fine. But when I converted to .crx file and try to open it with chrome, nothing happens. my chrome browser version is 19.0.1081.2 dev-m. ...
11
votes
7answers
2k views

Google Chrome - Alphanumeric hashes to identify extensions

Google Chrome is using alpha numeric hashes as identifiers for the Chrome extensions. For eg. "ajpgkpeckebdhofmmjfgcjjiiejpodla" is the identifier for XMarks Bookmark Sync extension. Which algorithm ...
11
votes
1answer
2k views

Chrome extension: force popup.html to close

I'm wondering is there anyway I can force popup.html to close?

1 2 3 4 5 108