I am developing a FireFox extension when I do xhr to the Secure server , particularly POST a data it gives a status 500, and following mesage: 开发者_StackOverflow
I\'d like to create an addon for Firefox that would enable me to search a particular site by selecting text on one site and choosing to search another site by selecting that option in the context menu
I\'m a bi开发者_运维知识库t confused about how you can or cannot make crossdomain ajax requests in addons for Firefox. Addons such as LastPass and Xmarks suggest you can do it, however when I try to g
I am working on a firefox addon, and when I use % for a menu label and tooltip the addon doesn\'t work (doesn\'t show up on 开发者_如何学运维firefox).
Designing som开发者_StackOverflow社区e extensions that will continuously update a dataset that is used to render additional information on webpages.This isn\'t standardized, but a Chrome extension is
I have Google\'d this nine-ways-to-Sunday, but can\'t seem to come up with anything that fits my needs... I\'m looking for a Firefox extension (and or Eclipse plug-in) that does the \"opposite\" of wh
When writing filters for the Firefox Add-On \'Adblock Plus\' you can write rules to completely remove certain HTML elements from the page, but filtering criteria is in fact limited to a handful of thi
I\'m developing a Firefox extension and have the following code: function initialize() { // For accessing browser window from sidebar code.
I hate to just come out and ask a question I\'ve made no progr开发者_StackOverflow社区ess on but the simple reality is that I am not that good with javascript and only able to stumble my way through j
Is there a way to port a chrome extension to other browsers, without having to entirely re-write the code? My chrome extension uses the browser_action command to open\"popup.htm开发者_高级运维l\" in t