(Only for Firefox browsers)
This extension allows to read clipboard data from app code. The reason for this is that firefox only allows access to the clipboard data from the browser extensions (https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText#browser_compatibility)
This extension can only be installed locally.
-
Download and save this installer file on your computer.
-
Go to Settings (☰) > Add-ons. This page will display any installed extensions. From here you can update, remove, or search for new extensions and add-ons.
This page can also be accessed by typing “about:addons” into the address bar.
-
From the add-ons interface, press Settings (gear icon) next to the add-on search bar. This will open a menu of add-on specific controls.
-
Select “Install Add-on from File…” from the menu. This will bring up a file explorer window.
-
Browse to the .xpi file and press Open. A notification will appear to the left of the address bar that an external source wants to install an add on.
-
Verify installation. Press “Install” in the notification and restart Firefox.
A full description of how to build and sign an extension can be found here: https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/ Briefly:
- web-ext lint
- web-ext build
- web-ext sign
All necessary settings, keys and parameters for the current extension listed in the package.json file under the "webExt" key. web-ext will automattically try to load its configuration options from a "webExt" property every time it runs.