Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firefox Addon

Firefox Addon Sdk Not Playing Audio Using New Audio

I'm developing a firefox extension, and I'd like it to play a notification sound when an ev… Read more Firefox Addon Sdk Not Playing Audio Using New Audio

Why The Addone Button Is Lost When I Enable Panel Code?

Once the require('sdk/panel').Panel code is enabled, I cannot find the addone button, even … Read more Why The Addone Button Is Lost When I Enable Panel Code?

Making Crossdomain Ajax Requests With Addons For Firefox

I'm a bit confused about how you can or cannot make crossdomain ajax requests in addons for Fir… Read more Making Crossdomain Ajax Requests With Addons For Firefox

Interacting With Firefox Addons By Javascript

My case is when the user press f10 i want to run the copy paste addons in Firefox. in the case i w… Read more Interacting With Firefox Addons By Javascript

Attach Function To Left-click On Item

In my firefox addon I have a . I want to be able to work a javascript function when I left-click o… Read more Attach Function To Left-click On Item

Copy To Clipboard In Firefox Extension Not Working

I want to write a Firefox extension, with copy to clipboard and execute an external program with se… Read more Copy To Clipboard In Firefox Extension Not Working