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

How To Flush A Socket In My Code

I'm writing through a socket from a FF add-on to a java server. I write several requests and th… Read more How To Flush A Socket In My Code

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 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

Why The Addone Button Is Lost When I Enable Panel Code?

Once the require('sdk/panel').Panel code is enabled, I cannot find the addone button, even … Read more Why The Addone Button Is Lost When I Enable Panel Code?

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

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

Addon Attaches Script Just Fine With Jpm Run, But Not With The Actual Xpi

I'm still fairly new to the addon-sdk and have run into a for me unexplainable problem. So far,… Read more Addon Attaches Script Just Fine With Jpm Run, But Not With The Actual Xpi

Expose File Writing To A Webpage With A Firefox Extension

I have a web application that my client uses for the cash registry. What I need to do is to create … Read more Expose File Writing To A Webpage With A Firefox Extension