I am trying to learn to use the chrome.tabs.executeScript commend. I\'ve created a simple extension with a browser action. My background.html file currently looks like this:
I have this jquery script: $(\'[id^=changesetList] tr\'开发者_如何学编程).each(function () { var sid = $(this).attr(\'sid\');
I\'m wondering is there anyway of creating a dialog box for a Chrome extension using HTML5 or otherwise? basically I\'d love to have a dialog box that looks more el开发者_开发知识库egant than just cre
I am presently following this guide: http://code.google.com/p/chromium/wiki/ThemeCreationGuide to create a theme for Google Chrome.
I can\'t tell from google\'s doc\'s 开发者_Python百科and the sample they provide if the context menu for chrome extensions can be used for the bookmarks bar.
I would like to create a google chrome extension. Specifically, I\'d like to make a packaged app, but not a hosted app. Am I correct in thinking this limits me to JavaScript (and HTML/CSS)?
I have the following question: I am writing a chrome extension that works with context menu over text selection. one of the things thatI want to do is to create a new tab that is based on one of my ht
I\'m integrating Gmail with a task manager using a Chrome plugin.I\'d like to get a link to the Gmail conversation a user has just added a message to and associate a relevant task.Every Gmail conversa
I\'m trying to build an chrome app/extension for my website which is mostly a mybb for开发者_开发知识库um. I am wondering if anybody knows how would I check to see if a user has new Pm\'s or maybe new
I\'ve got the following code which works fine in Firefox... if (!iFrame) iFrame = outerDoc.getElementById(\'_dialog_iframe\');