RunWith Firefox

Examine source code of RunWith

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: