I need to sync the WebDB of an extension I\'m building, and was thinking about using a GoogleDocs spreadsheet as storage, so the extension should be able to read/write the \"file\" to keep the sync. (
I\'m trying to get my Chrome extension working with the Google Calendar API. However, the way Google has set up the extension sandbox makes anything almost impossible.
I\'ve never done any Chrome extension development for, but I\'d like to monitor how long a certain tab is active showing a page originating from a given domain.
I\'m writing a Chrome extension that needs to alter a popular web app when loaded. Unfortunately, most of the UI of that web app is rendered inside an iframe, and although the address of that iframe m
Is t开发者_运维问答here any way to retrieve a page\'s javascript variables from a Google Chrome Content Script?If you really need to, you can insert a <script> element into the page\'s DOM; the
This may seem familiar, but I can\'t find anything about it...sure I\'ve found stuff about \"Unexpected Token Illegal,\" but these circumstances don\'t relate enough for those solutions to make sense.
I have an options page where the user can define certain options and it saves it in localStorage: options.html
I\'m working on a Google chrome extension that basically hits our API to do a search and lists the results.We\'d like the extension to have elevated API privileges (i.e. s开发者_StackOverflow中文版o i
I\'m adding sqlite support to a my Google Chrome extension, to store historical data. When creating the database, it is required to set the maximum size (I used 5MB, as suggested in many examples)
I am new to the world of creating Chrome extensions.My extension will not require any type of UI.I would like the extension to run in the background and take note whenever a new tab is created and whe