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

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

How To Load Multiple Urls In Pageworker For Firefox Add-on Sdk?

Using the following example, I can get First paragraph from one URL i.e, ContentURL. ex - http://ww… Read more How To Load Multiple Urls In Pageworker For Firefox Add-on Sdk?

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?

Referenceerror: Worker Is Not Defined In Simple Firefox Extension

I'm creating an incredibly simple Firefox extension. I used cfx init to create the directory st… Read more Referenceerror: Worker Is Not Defined In Simple Firefox Extension

Firefox Addon That Reacts On Click (left)

I am just started to create firefox add on. My first try was to capture the users left click event … Read more Firefox Addon That Reacts On Click (left)

Addon Attaches Script Just Fine With Jpm Run, But Not With The Actual Xpi

I'm still fairly new to the addon-sdk and have run into a for me unexplainable problem. So far,… Read more Addon Attaches Script Just Fine With Jpm Run, But Not With The Actual Xpi

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