browser-extension
How to open mailto link in Chrome with Window.open without creating a new tab?
I am crea开发者_StackOverflowting a Google Chrome extension and am trying to open a custom url scheme with (window.open) without having a new blank tab open up. For sake of argument lets try the \'mai[详细]
2023-03-29 00:34 分类:问答Developing a really simple browser extension
I\'m lookingto developing a browser extension. 开发者_StackOverflow社区 This extension once installed will tell the browser to include a javascript file on all page loads from a list of specific domai[详细]
2023-03-28 23:54 分类:问答Inject dynamic script in Firefox extension
I\'m doing an extension now and i have开发者_运维技巧 one part of script which is static (will never change) and another part which is loaded from the website. And, i\'m seeing 2 ways:[详细]
2023-03-25 16:40 分类:问答Is there a way to run a browser plug-in or add-on command via javascript?
Is there a way to run a browser (IE) plug-in or add-on command via JavaScri开发者_如何学Cpt?press F12 in ie. You\'ll get into developer tools, and click the console tab[详细]
2023-03-20 16:16 分类:问答How do I detect the temporary Internet Files location of Internet Explorer through Javascript?
I am attempting to port an Firefox extension to IE. One of the features I need to have is the ability to write to the Temp Files of the browser. In Firefox this was easily done by the following code:[详细]
2023-03-20 14:54 分类:问答firefox addon: Talking back to the script
I am new to extension programming but find making extensions in Chrome much more easier, but now that I am trying to port my test extensions to开发者_JS百科 FF I have a few questions of how to do the[详细]
2023-03-06 10:57 分类:问答Extension for Chrome or Firefox to edit pages? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-25 05:04 分类:问答How to get started with developing Internet Explorer extensions?
Does anyone here have experience with/in developing IE extensions that can share their knowledge? This would include code samples, or links to good ones, or documentation on the process, or anything.[详细]
2023-02-24 23:53 分类:问答Theoretically possible to bundle Mercurial or Git in a browser extension?
I am building the browser-based web development software at http://gnymb.us. Eventually we wi开发者_如何学Cll have limited offline support, such that you can edit your files offline by leveraging loca[详细]
2023-02-15 08:23 分类:问答Firefox Addon: 'promptService' doesn't work from Mozilla's own sample code
I\'ve created an extension using the Mozilla Addon Builder that creates a toolbar button. No changes have been made to the code, which is running in the current stable FF 3.[详细]
2023-02-07 20:49 分类:问答