shvchk / handle-with

Run external application from the Context (Right Click) Menu

Home Page:https://addons.mozilla.org/en-US/firefox/addon/handle-with/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run external application from the Context (Right Click) Menu

Usage:

  1. Install Add-on
  2. Goto the addons preferences page and add a custom protocol name (for example: "youtube-dl")
  3. In a new tab open "about:config"
  4. Set "network.protocol-handler.expose.youtube-dl" to type "boolean" with value "false", to activate the prompt the nextime a link with this protocol is clicked
  5. Open a Website and right click on any link
  6. In the context menu click the entry "handleWith youtube-dl"
  7. Firefox will now prompt you to specify the programm or script which should handle the protocol.
  8. Supply a script (some examples: https://github.com/igorlogius/handle-with/tree/main/handler )

Notes:

  1. Permissions: This add-on tries to use the minimal number of required permissions to successfully fullfill its intended purpose. If you think this could be improved please let me know by opening an issue and i will try to look into it. More Details on the individual permission can be found here: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions
  2. Cost/Payment: This Add-on is and forever will be subscription and payment free to use for everyone however they like. If you are feeling generous you can send me a tip via my bitcoin address 35WK2GqZHPutywCdbHKa9BQ52GND3Pd6h4
  3. Stars/Reviews: If you found this add-on useful leave some stars or a review so others have an easier time finding it.
  4. Bugs, Suggestions or Requests: If you have any issues (for example a site it does not work but you think it should) or have improvement suggestions or a feature request please open an issue at the Support Site

About

Run external application from the Context (Right Click) Menu

https://addons.mozilla.org/en-US/firefox/addon/handle-with/


Languages

Language:JavaScript 73.4%Language:HTML 16.9%Language:Shell 4.5%Language:Python 3.2%Language:Batchfile 2.1%