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

How To Flush A Socket In My Code

I'm writing through a socket from a FF add-on to a java server. I write several requests and th… Read more How To Flush A Socket In My Code

Save Website Image Using A Firefox Addon (sdk)

I am able to grab the URL of an image on a website, but I want to download the image to the local d… Read more Save Website Image Using A 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

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

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

Get Nsidomwindow Of A Tab To Do Text Input

Is it possible to use Text Input Processor on a specific Tab of a Firefox window? Do all the tabs s… Read more Get Nsidomwindow Of A Tab To Do Text Input

Firefox Addon Builder Preferences-services Not Working For Me--Why?

I am trying to make a button in the Firefox Add-on Builder that will change the URL that the search… Read more Firefox Addon Builder Preferences-services Not Working For Me--Why?

Save Website Image Using A Firefox Addon (SDK)

I am able to grab the URL of an image on a website, but I want to download the image to the local d… Read more Save Website Image Using A Firefox Addon (SDK)

Get Content Of Some File In Firefox SDK Main.js

So I'm developing a Firefox addon that adds a bit of HTML to the DOM of any webpage. The idea h… Read more Get Content Of Some File In Firefox SDK Main.js