i have a strange css, JS problem. My chrome-extension sh开发者_Go百科ould move the hole website some pixels down, so i can display a toolbar on top of it.
I have a question about writing Google Chrome Extension. My goal now is to detect that if a tab is created or a URL of a tab has been changed.
Right now i implemented the solution by creating iframes on the background, so it process the request, but its very untrusted solution + overkill, i have something like 400 files that every one of the
I am developing a chrome extension and I have an iframe which I use in my extension. This is what I do with my iframe
I\'m writing my first Chrome extension. I\'m trying to use jQuery and the jQuery Image Desaturate plugin to desaturate an image on a page on http://www.flickr.com.
I\'m developing an add-on or a plugin (NPAPI) for firefox. What are the best methods to detect if a certain windows program is installed or not from within the JavaScript of the extension开发者_JAVA技
I\'m having a particularly odd issue when developing Chrome extensions using jQuery.I have two \"frames\" in my extension, the popup page and the background page.Both of these pages have included with
How can I get the size of file written in a sandboxed sect开发者_JS百科ion of chrome using javascript ?It is not amazingly easy.
Tried to make an extension with a te开发者_StackOverflow社区xtarea in popup. But something seems wrong cause I can\'t paste with ctrl+v shortcut copied before text in this textarea :(
I have a working Browser Helper Object (BHO) which is essentially an ATL based COM component. When the component is registered as a BHO in the Registry, the internet 开发者_StackOverflowexplorer calls