Saphareas / Easy-Link-Opener-Edge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy Link Opener

A WebExtension that, when you select and right click on a link, adds entries to Edge's context menu to open that link in a new tab or (private) window.

Edge

Click above for the
Edge listing

Packaging

This section is mostly for myself, to have all packaging scripts in one place.

You might need to install the tools web-ext and ManifoldJS before:

npm install --global web-ext
npm install -g manifoldjs
cd ..
manifoldjs -l debug -p edgeextension -f edgeextension -m easy-link-opener/manifest.json
# Update the appxmanifest.xml and store assets with your/your extension's information before continuing.
manifoldjs -l debug -p edgeextension package easy\ link\ opener/edgeextension/manifest

Authors

License

This project, unless otherwise noted, is licensed under the GPLv3 License - see the LICENSE file for details.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%