
commandrun nga Achim Abeling, FourThreeSeven, Berend
EksperimentaleEksperimentale
Allows running a specific set of operating system commands
Që të përdorni këtë zgjerim, ju duhet Firefox-i
Tejtëdhëna Zgjerimi
Foto ekrani

Rreth këtij zgjerimi
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.
Vlerësoni rastin tuaj
LejeMësoni më tepër
Kjo shtesë ka nevojë për:
- Të shkëmbejë mesazhe me programe të tjera veç Firefox-it
- Të hyjë në të dhënat tuaja për krejt sajtet
Më tepër të dhëna
- Lidhje shtese
- Version
- 2.0
- Madhësi
- 34,3 KB
- Përditësuar së fundi më
- 2 vite më parë (1 Sht 2023)
- Kategori të Afërta
- Licencë
- Vetëm GNU General Public License v3.0
- Historik Versionesh
Shtojeni në koleksion
Shënime hedhjeje në qarkullim për 2.0
Add administrator polices
Follow Firefox administrator policies, and allow the administrator to set the preferences in policies.json.
Follow Firefox administrator policies, and allow the administrator to set the preferences in policies.json.
Më tepër zgjerime nga këta zhvillues
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime
Please do not hesitate to send feedback about bugs and improvement wishes to me.