By: waldner
Inspect and view changes in RunWith source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "RunWith",
"description": "Run external commands on contextual elements",
"version": "0.19",
"applications": {
"gecko": {
"id": "run@runwith.run",
"strict_min_version": "90.0"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"js": [
"contentscript.js"
]
}
],
"options_ui": {
"page": "settings/settings.html",
"browser_style": true
},
"permissions": [
"menus",
"nativeMessaging",
"storage",
"tabs"
],
"icons": {
"16": "icons/runwith-16.png",
"32": "icons/runwith-32.png",
"48": "icons/runwith-48.png"
}
} Best RunWith Alternatives
Here are some Firefox add-ons that are similar to RunWith:
Context command executor
NietEenDoktor
Scripts runner
TrianguloY
Handle with
igorlogius
ContextSearch web-ext
Mike B
External Application Button (WebExtension)
Andy Portmen
Shellfox
jadedctrl
Bookmarklets context menu
Mems
Runme Web Extension
Christian Bromann
external-app-launcher
David
commandrun
Achim Abeling
Send Link and Show
peturdainn
Commander
szeidat