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

How To Get Openertabid In Firefox Webextensions?

I've developed a Chrome extension, and trying to port it to Firefox using Firefox WebExtensions… Read more How To Get Openertabid In Firefox Webextensions?

Firefox Webextension: How Do I Run Code Prior To Disable/uninstall?

I have recently converted a GreaseMonkey script of mine into a WebExtension, just to get a first im… Read more Firefox Webextension: How Do I Run Code Prior To Disable/uninstall?

Update Webextension Webrequest.onbeforerequest Listener Url Settings From Separate Script

I am currently creating a WebExtension in which I register a listener on the web requests being mad… Read more Update Webextension Webrequest.onbeforerequest Listener Url Settings From Separate Script

Firefox Webextension Alternative To Addon Clipboard Sdk For Copying Images

I am trying to develop a Firefox extension which involves copying an image to the clipboard. In the… Read more Firefox Webextension Alternative To Addon Clipboard Sdk For Copying Images

Calling Api Keys In Background And Content Scripts In Webextension

I have an API key and secret required for my extension and I've stored them in a file on their … Read more Calling Api Keys In Background And Content Scripts In Webextension

Firefox Extension - Onpopupclose Event?

I have popup in which I need to update the data inside it in reactively. What function or event is … Read more Firefox Extension - Onpopupclose Event?