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

Add-on Builder: Multiple Workers Using Port?

Referring to this question: Add-on Builder: ContentScript and back to Addon code? Here is my addon … Read more Add-on Builder: Multiple Workers Using Port?

Firefox Add-on Window.addeventlistener Error: Window Not Defined

i'm trying to follow this tutorial for creating a firefox addon that intercept when the url in … Read more Firefox Add-on Window.addeventlistener Error: Window Not Defined

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

Jsonp Callback Error

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

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

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?