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

Promise Support For Chrome Extensions Api?

I've been writing some browser extensions in the last few weeks and until today I thought that … Read more Promise Support For Chrome Extensions Api?

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

How To Copy To Clipboard Via Chrome.notification.create With Chrome.notification.onclicked In A Firefox Webextension Add-on?

Testpage: https://www.google.com It works in Chrome but in Firefox Nightly 52.0a1 it gives me this … Read more How To Copy To Clipboard Via Chrome.notification.create With Chrome.notification.onclicked In A Firefox Webextension Add-on?

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?

Catch If Runtime.sendMessage Doesn't Receive Response

Let's say we have a background script which communicates with the browser action popup. Under c… Read more Catch If Runtime.sendMessage Doesn't Receive Response

Firefox WebExtension Importing Services

I am feeling overwhelmed by so many different approaches, guides, and yet none I tried work for me.… Read more Firefox WebExtension Importing Services