Scripts runner Firefox

Examine source code of Scripts runner

제작자: TrianguloY
Inspect and view changes in Scripts runner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scripts runner",
  "version": "1.0",
  "description": "A Firefox extension to create/run/edit small scripts. Created to improve the Bookmarklet feature, specifically to allow quick editing and testing. It also supports running the scripts inside iframes (bookmarklets don't).",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "clipboardRead",
    "webNavigation"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/icon-32.png"
    },
    "default_title": "Scripts",
    "default_popup": "popup/main.html"
  },
  "applications": {
    "gecko": {
      "id": "correo--correo@hotmail.com"
    }
  }
}

최고의 Scripts runner 대안

다음은 Scripts runner과(와) 유사한 Firefox add-on입니다: