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

How To Use Cloneinto In A Firefox Web Extension?

I am trying to write a web extension where I need to pass an object from the content script to the … Read more How To Use Cloneinto In A Firefox Web Extension?

Firefox Web Extension "selectionchange"

I'm trying to write cross browser Web Extension. Based on selected value on web page I want to… Read more Firefox Web Extension "selectionchange"

Messages Intended For One Script In The Background Context Are Received By All

I have a WebExtension with the following structure: webextension [directory] - background.js … Read more Messages Intended For One Script In The Background Context Are Received By All

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

Get Tab Url From Page Action (webextensions, Android)

I would like to get the URL of the current tab within a page action popup. At first it seems obviou… Read more Get Tab Url From Page Action (webextensions, Android)

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?

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?