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

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)

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?

Add Menu Item Created With The Sdk/context-menu Api To The Top Of The Context Menu

I'm working on a Mozilla Add-on SDK extension that provides a right-click context menu option u… Read more Add Menu Item Created With The Sdk/context-menu Api To The Top Of The Context Menu

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

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