Evaluate - Run Code Anytime, Anywhere Firefox

Examine source code of Evaluate - Run Code Anytime, Anywhere

Inspect and view changes in Evaluate - Run Code Anytime, Anywhere source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "$schema": "https://json.schemastore.org/chrome-manifest",
  "manifest_version": 3,
  "version": "0.3.2",
  "author": "Apteryx Software",
  "name": "Evaluate - Run Code Anytime, Anywhere",
  "short_name": "Evaluate",
  "description": "Execute any code snippet on any website with Evaluate.",
  "homepage_url": "https://evaluate.run",
  "icons": {
    "16": "images/icon/16.png",
    "32": "images/icon/32.png",
    "48": "images/icon/48.png",
    "64": "images/icon/64.png",
    "128": "images/icon/128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon/16.png",
      "32": "images/icon/32.png",
      "48": "images/icon/48.png",
      "64": "images/icon/64.png",
      "128": "images/icon/128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-extension@evaluate.run"
    }
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/icon.png",
        "assets/browser-polyfill.js",
        "assets/index.tsx.js"
      ]
    }
  ]
}

Mejores alternativas Evaluate - Run Code Anytime, Anywhere

Aquí hay algunas Firefox add-ons que son similares a Evaluate - Run Code Anytime, Anywhere: