I\'ve been trying to make a JavaScript function for a Google Chrome web-application that checks to see if there are any open instances of the application, and if there are, forces them to refresh the
I\'m looking for a method similar to: chrome.tabs.getAllInWindow(integer windowId, function callback) that can get all tabs/pages that are open by the web-browser, whether or not they are in the cu
I need to specify the ID of a Google Chrome web-application for checking URLs (eg: chrome-extension://[id_goes_here]/application.html). Is there some way I can call the ID with JavaScript and then con
I have an App that I am开发者_Python百科 building and I want testers. I saw the tester accounts option but cannot seem to get it to work.I just was able to figure it out. You add people as testers. P
Does it require knowledge of C/C++ ? Going to their developers suggests they are purely based on XML/XUL/Javascript.
I\'m trying to add localization support to a Google Chrome Web App and, while it is easy to define strings for manifest and CSS files, it is somewhat more difficult for HTML pages.
Unsatisfied with the current extensions and workarounds to enter in a URL while full-screened in Google Chrome, I\'m trying to write my own. Is there some kind 开发者_运维技巧of Event or Attribute I c
I\'m building a Chrome extension that manipulates the content of the page, but the content I\'m interested in only shows up when the user has clicked a button and the data has then been loaded from an
Im currently trying to save the tab.url into html5 local storage when the programme loads then update a css file into the header based on a rule, which are all easy to do. But for some reason the popu
How to minimize chrome browser to tray when I click on standard minimize button? I don\'t want Chrome to appear in task bar.