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

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

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?

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

Getting Mouse Coordinates In Sdk First-time Right-click

For an SDK add-on, I am trying to detect, on right-click, the closest page anchor (as described her… Read more Getting Mouse Coordinates In Sdk First-time Right-click

Firefox Webextension Alternative To Addon Clipboard Sdk For Copying Images

I am trying to develop a Firefox extension which involves copying an image to the clipboard. In the… Read more Firefox Webextension Alternative To Addon Clipboard Sdk For Copying Images

Get Nsidomwindow Of A Tab To Do Text Input

Is it possible to use Text Input Processor on a specific Tab of a Firefox window? Do all the tabs s… Read more Get Nsidomwindow Of A Tab To Do Text Input

Jsonp Callback Error

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

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