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

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?

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?

Use Blob On Firefox Add-on

Been trying to get the following code to work in firefox add-on: var oMyForm = new FormData(); oMy… Read more Use Blob On Firefox Add-on

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

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

Jsonp Callback Error

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

Jsonp Callback Error

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

ReferenceError While Using Sdk/tabs In Firefox Webextension

This is my first time learning to build a firefox addon. I want store all the open tabs in a window… Read more ReferenceError While Using Sdk/tabs In Firefox Webextension

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