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

Jsonp Callback Error

I'm using firefox addon builder. Running this code errors with 'callback is not defined'… Read more Jsonp Callback Error

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?

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

How To Set Custom Cookies Using Firefox Add-on Sdk (using Services From Firefox Add-on Sdk)

I am working on creating a Firefox Add-on SDK extension that would set custom cookies (two cookies … Read more How To Set Custom Cookies Using Firefox Add-on Sdk (using Services From Firefox Add-on Sdk)

Firefox Port.emit And Port.on Not Working In Extension

I am trying to make a firefox extension. I need to exchange data with the background script(main.js… Read more Firefox Port.emit And Port.on Not Working In Extension

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

Copy File From Addon To Profile Folder

I'm trying to copy a sqlite database from the data folder in my extension directory, to the pro… Read more Copy File From Addon To Profile Folder

Save Web Pages With Firefox Addon Using File -> Save As Pop-up Window

Let me start off by saying I am new to add-on development. Using the Add-on SDK, I am trying to cre… Read more Save Web Pages With Firefox Addon Using File -> Save As Pop-up Window