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

Identify Tab That Made Request In Firefox Addon Sdk

I'm using the Firefox Addon SDK to build something that monitors and displays the HTTP traffic … Read more Identify Tab That Made Request In Firefox Addon Sdk

How Can I Access Firefox Extension Resources

How can I access firefox extension data from javascript code injected directly to the page? I´m loo… Read more How Can I Access Firefox Extension Resources

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

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

Firefox Addon Ignore Iframes

I'm trying to build an addon for LinkedIn but the contentscript is outputted in every frame... … Read more Firefox Addon Ignore Iframes

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

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

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?