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

Fetch Api Does Not Work In Webextensions

I'm experimenting firefox webextensions. I'd like to make HTTP requests using the fetch API… Read more Fetch Api Does Not Work In Webextensions

Identify Tab That Made Request In Firefox Addon Sdk

I'm using the Firefox Addon SDK to build something that monitors and displays the HTTP traffic … Read more Identify Tab That Made Request In Firefox Addon Sdk

Is Pkcs11 Verify Function Supported In Nss 3.18.1 Public Function

I am trying to call PK11_Verify inside a js. let PK11_Verify = null; PK11_Verify = declareFunction(… Read more Is Pkcs11 Verify Function Supported In Nss 3.18.1 Public Function

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

Chrome.notification.create With Chrome.notification.onclicked In A Firefox Webextension Add-on

I have a problem understanding the documentation for the WebExtensions notification.onClicked event… Read more Chrome.notification.create With Chrome.notification.onclicked In A Firefox Webextension Add-on

"memset" Has No Dll So How Ctype It

How to use memset in jsctypes. There no DLL for it. I searched/scoured js ctype codes but couldn… Read more "memset" Has No Dll So How Ctype It

Bypassing The Browse File / Upload File Dialog

I am building a Chrome extension for internal use, and at one step, the user can upload a file. Thi… Read more Bypassing The Browse File / Upload File Dialog

How To Get Tab From Nsidomwindow?

A noob at firefox extension development here. Is there a way to find Tab object from a given nsIDOM… Read more How To Get Tab From Nsidomwindow?