
commandrun di Achim Abeling, FourThreeSeven, Berend
Allows running a specific set of operating system commands
Metadati estensione
Screenshot

Informazioni sull’estensione
Injects an object CommandRun into every loaded page which provides a function run which allows to run commands of the operating system.
Allowed commands must be defined using the preference "extensions.commandrun.allowedcommands" which must be a JSON array, e.g. ["/usr/bin/touch","/bin/ls"].
You may then run the commands with javascript code like this:
CommandRun.run("/usr/bin/touch",["/tmp/commandruntest"]);
It requires installing a Native Messaging App as addons.mozilla.org won't install native apps. An App is included in the source.
Allowed commands must be defined using the preference "extensions.commandrun.allowedcommands" which must be a JSON array, e.g. ["/usr/bin/touch","/bin/ls"].
You may then run the commands with javascript code like this:
CommandRun.run("/usr/bin/touch",["/tmp/commandruntest"]);
It requires installing a Native Messaging App as addons.mozilla.org won't install native apps. An App is included in the source.
Voto 3 da 1 revisore
Permessi e datiUlteriori informazioni
Permessi obbligatori:
- Scambiare messaggi con programmi diversi da Firefox
- Accedere ai dati di tutti i siti web
Ulteriori informazioni
- Link componente aggiuntivo
- Versione
- 2.0
- Dimensione
- 34,3 kB
- Ultimo aggiornamento
- 2 anni fa (1 set 2023)
- Categorie correlate
- Cronologia versioni
- Aggiungi alla raccolta
Please do not hesitate to send feedback about bugs and improvement wishes to me.