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

Add-on Builder: Multiple Workers Using Port?

Referring to this question: Add-on Builder: ContentScript and back to Addon code? Here is my addon … Read more Add-on Builder: Multiple Workers Using Port?

Why Is This Javascript Page Redirect So Slow?

I'm implementing a Firefox plugin. In the plugin's toolbar, I capture the current page and… Read more Why Is This Javascript Page Redirect So Slow?

Removeeventlistener In Bootstrapped Addon Not Working When Addon Disabled

I have noticed that after disabling a bootstrapped add-on, the removeEventListener does not seem to… Read more Removeeventlistener In Bootstrapped Addon Not Working When Addon Disabled

Barcode Scanner In Javascript? Or Plugin/extension

I'm looking at writing a USB barcode scanner interface to a web application (offline app). By … Read more Barcode Scanner In Javascript? Or Plugin/extension

How Does Javascript Execution Context Work In Firefox Extensions With Multiple Windows?

I am writing what should be a fairly straightforward firefox extension. But this is my first firef… Read more How Does Javascript Execution Context Work In Firefox Extensions With Multiple Windows?

How To Read Html Content Of A Specific Url Using Firefox Addon?

I want to create an addon which will load html content of a specific url and save a specific line o… Read more How To Read Html Content Of A Specific Url Using Firefox Addon?