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

Addon Sdk - Context-menu And Page-mod Workers

I have been working on a context-menu that communicates with a page mod and come up against an issu… Read more Addon Sdk - Context-menu And Page-mod Workers

Add Menu Item Created With The Sdk/context-menu Api To The Top Of The Context Menu

I'm working on a Mozilla Add-on SDK extension that provides a right-click context menu option u… Read more Add Menu Item Created With The Sdk/context-menu Api To The Top Of The Context Menu

How To Find Out Browser's User Agent In Firefox Add On

I'm creating (developing) a Firefox add-on and I need to find browser's user agent. The nav… Read more How To Find Out Browser's User Agent In Firefox Add On

Why Is My Add-on Panel´s Content Script No Longer Responding To Port Messages After Changing ContentUrl?

I am building a Firefox add-on using the addon-sdk. The add-on has one button that displays a panel… Read more Why Is My Add-on Panel´s Content Script No Longer Responding To Port Messages After Changing ContentUrl?

How Can I Access Firefox Extension Resources

How can I access firefox extension data from javascript code injected directly to the page? I´m loo… Read more How Can I Access Firefox Extension Resources