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

Services.wm Is Undefined (firefox Sdk Extension)

I get an error TypeError: Services.wm is undefined, when I use Firefox Addon SDK (JPM), and the fol… Read more Services.wm Is Undefined (firefox Sdk Extension)

How To Find Specific Cache Entries In Firefox And Turn Them Into A File Or Blob Object?

I have the following scenario: A user can paste html content in a wysiwyg editor. When that pasted … Read more How To Find Specific Cache Entries In Firefox And Turn Them Into A File Or Blob Object?

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

How To Append A Button With Onclick Event That Fires A Function To A Table Cell

I am struggling with adding a button to a table cell. The button should fire a function by calling … Read more How To Append A Button With Onclick Event That Fires A Function To A Table Cell

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?

Customevent() To An Xul Tab - Firefox Addon

For many reasons, I have to open up XUL in a tab, instead of using a standard window. I wish to sen… Read more Customevent() To An Xul Tab - Firefox Addon

How To Access The Manifest.json File Of A Firefox Extension?

I am making a short research about Chrome and Firefox extensions. I can access the manifest.json fi… Read more How To Access The Manifest.json File Of A Firefox Extension?

How Do I Get Firefox Debugger Watch's Target Element?

I've been trying to add the highlighting feature to the Firefox DevTools debugger, so it will h… Read more How Do I Get Firefox Debugger Watch's Target Element?