
commandrun ద్వారా Achim Abeling, FourThreeSeven, Berend
ప్రయోగాత్మకంప్రయోగాత్మకం
Allows running a specific set of operating system commands
ఈ పొడగింతను వాడుకోడానికి మీకు Firefox ఉండాలి
పొడిగింత మెటాడేటా
తెరపట్లు

ఈ పొడిగింత గురించి
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.
మీ అనుభవమును రేట్ చేయండి
అనుమతులుఇంకా తెలుసుకోండి
ఈ పొడిగింతకు ఇవి కావాలి:
- Firefox కంటే ఇతర ప్రోగ్రామ్లతో సందేశాలను మార్పిడి చేయండి
- అన్ని వెబ్ సైట్లలో మీ డేటాను చూడటం
మరింత సమాచారం
- పొడిగింత లంకెలు
- వెర్షన్
- 2.0
- పరిమాణము
- 34.3 KB
- చివరిగా నవీకరించినది
- 2 సంవత్సరాలు క్రితం (1 సెప్. 2023)
- సంబంధిత వర్గాలు
- లైసెన్స్
- GNU General Public License v3.0 only
- వెర్షన్ చరిత్ర
సేకరణకు జోడించు
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.
ఈ డెవలపర్ల నుండి మరిన్ని పొడగింతలు
- ఇంకా రేటింగులు ఏమీ లేవు
- ఇంకా రేటింగులు ఏమీ లేవు
- ఇంకా రేటింగులు ఏమీ లేవు
- ఇంకా రేటింగులు ఏమీ లేవు
- ఇంకా రేటింగులు ఏమీ లేవు
- ఇంకా రేటింగులు ఏమీ లేవు
Please do not hesitate to send feedback about bugs and improvement wishes to me.