Modules pour le navigateur Firefox
  • Extensions
  • ThĂšmes
    • pour Firefox
    • Dictionnaires et paquetages linguistiques
    • Sites pour les autres navigateurs
    • Modules pour Android
Connexion
Aperçu de Context command executor

Context command executor par NietEenDoktor

Execute customized commands from the context menu. Right click on a link and execute a command you defined. Linux tested

ExpérimentalExpérimental
4.7 (3 critiques)4.7 (3 critiques)
10 utilisateurs·trices10 utilisateurs·trices
TĂ©lĂ©charger Firefox et obtenir l’extension
Télécharger le fichier

MĂ©tadonnĂ©es de l’extension

À propos de cette extension
This addon gives on the possibility to define custom commands to execute when right clicking on links (that includes audio, video and images).


# Install required script

Sorry, this is a restriction of webextensions. You can read more here
  1. Install Python 3
  2. Download executor.py(python3 script) to a temporary directory of your choice.
  3. Execute script python executor.py install --copy

When running a firefox fork, you have to find the directory for native messaging yourself!


# How to use
  • Define commands and their parameters in the addon preferences.
  • Right click a link, audio, video or image
  • Execute command

# How it works

*This is how webextensions work and not my choice*. If you want to complain about it, contact the firefox devs, not me.

That executor.py script you downloaded and then "installed" is used by Firefox. The executor also installed a manifest that describes, among other things, where the executor script is and who may execute it (this extension exclusively).

The script simply reads the input given to it, parses it to JSON, and calls the command (with is arguments) contained in the JSON.

When you right click on a link then click on the command to execute, all lines you configured in the addon preferences for that command are put into a list. If you have $URL anywhere on a line, it's replaced by the URL you right click.

That list is then sent to the executor in the correct format (by firefox).
Commentaires du développeur
Uses native messaging, so custom installation actions are required
Noté 4,7 par 3 personnes
Connectez-vous pour noter cette extension
Il n’y a aucune note pour l’instant

Le nombre d’étoiles est enregistrĂ©

5
2
4
1
3
0
2
0
1
0
Lire les 3 critiques
Autorisations et données

Autorisations nécessaires :

  • Communiquer avec d’autres programmes que Firefox
  • Consulter et modifier les marque-pages
En savoir plus
Plus d’informations
Liens du module
  • Page d’accueil
  • Site d’assistance
Version
0.5.1
Taille
88,23 Ko
DerniĂšre mise Ă  jour
il y a 5 ans (25 avr. 2021)
Catégories associées
  • Autre
Licence
Mozilla Public License 2.0
Historique des versions
  • Voir toutes les versions
Ajouter Ă  la collection
Signaler ce module
Aller à la page d’accueil de Mozilla

Modules complémentaires

  • À propos
  • Blog des modules complĂ©mentaires Firefox
  • Atelier sur les extensions
  • PĂŽle dĂ©veloppeur
  • Politiques Ă  destination des dĂ©veloppeurs
  • Blog de la communautĂ©
  • Forum
  • Signaler un problĂšme
  • Guide de revue

Navigateurs

  • Desktop
  • Mobile
  • Enterprise

Produits

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • ConfidentialitĂ©
  • Cookies
  • Mentions lĂ©gales

Sauf mention contraire, le contenu de ce site est disponible sous licence Creative Commons Attribution Share-Alike v3.0 ou toute version supérieure.