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

Access Selected Text Within A Hotkey Object

Is it possible to grab user's selected text within Hotkey's scope? Defined in Addon/lib/mai… Read more Access Selected Text Within A Hotkey Object

Firefox Addon Sdk: Ways To Display Options To User?

I'm quite new to addon development with firefox. I picked the addon sdk for porting my chrome e… Read more Firefox Addon Sdk: Ways To Display Options To User?

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

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

Jsonp Callback Error

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

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

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?

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