제작자: Achim Abeling
Inspect and view changes in commandrun source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "commandrun",
"author": "Berend De Schouwer",
"homepage_url": "https://github.com/berenddeschouwer/commandrun",
"version": "2.0",
"description": "Allows running native commands.",
"applications": {
"gecko": {
"id": "commandrun@banapple.de",
"strict_min_version": "57.0"
}
},
"permissions": [
"nativeMessaging",
"storage"
],
"icons": {
"48": "icons/commandrun-48.png",
"96": "icons/commandrun-96.png"
},
"options_ui": {
"page": "options/options.html"
},
"background": {
"scripts": [
"lib/shared.js",
"background/background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"lib/shared.js",
"content/content.js"
]
}
]
} 최고의 commandrun 대안
다음은 commandrun과(와) 유사한 Firefox add-on입니다:
ConditionalRun
Ascoro
run-a-script
mivanchev
Context command executor
NietEenDoktor
RunWith
waldner
Commander
szeidat
Runme Web Extension
Christian Bromann
Script Menu
yobukodori
Custom Function Runner
Md. Anisur Rahman
Run On Download Complete
igorlogius
Mouse Commander
tumpio
Shellfox
jadedctrl
Script Runner
ankur1218