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

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?

Trigger Events From Firefox Browser Extension?

I want to trigger events from a Firefox extension, specifically click events. I've tried jQuery… Read more Trigger Events From Firefox Browser Extension?

Retrieving A Word That Is Selected

I am writing a plugin which tries to display the meaning of a selected word in firefox browser. How… Read more Retrieving A Word That Is Selected

Jsonp Callback Error

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

How To Set Custom Cookies Using Firefox Add-on Sdk (using Services From Firefox Add-on Sdk)

I am working on creating a Firefox Add-on SDK extension that would set custom cookies (two cookies … Read more How To Set Custom Cookies Using Firefox Add-on Sdk (using Services From Firefox Add-on Sdk)

Http Post In Javascript In Firefox Extension

I'm a newbie trying to do a simple HTTP post in JS within a Firefox extension.. This isn't … Read more Http Post In Javascript In Firefox Extension