is there an easy way to detect from a Chrome extension that the user is logged into his goog开发者_如何学JAVAle account or not.
I use chrome.extension.getURL for a file, and on the page it is placed, it treats it as 开发者_StackOverflow社区a relative url (e.g. http://example.com/chrome-extension://ajs8dh8dsfauhdf8auhaffh/blah.
chrome.tabs.executeScript(null, {code:\"$.each(selectValues, function(key=\'\" + timestamp + \"\', value=\'Custom\')
How do I customize the scrollbar (eg. make it black and thinner) for the Page Action开发者_如何学JAVA popup for a Google Chrome extension?
I asked this question before but didn\'t make it clear that I meant in user script, not in JavaScript from a webpage.So I\'ll be more clear now.
I\'m trying to make use of google\'s ajax apis in a chorme extension\'s \"content script\". On a regular html page, I would just do this:
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 t
I have been following the Google Chrome Extensions Developer\'s guide and have been able so far to create an extension with a browser action without popup that would trigger a webkit notification in H
Essentially I want to have a script execute when the contents of a DIV change. Since the scripts are separate (content script in the Chrome extension & webpage script), I need a way simply observe
I am in the process of designing an extension for Google Chrome that helps to organize tabs (I know, there are 开发者_运维技巧many that already exist; that doesn\'t matter).I wish to open a popup wind