ES6 Script Editor for Developer Tools Firefox

Examine source code of ES6 Script Editor for Developer Tools

Por: iwin Add-on
Inspect and view changes in ES6 Script Editor for Developer Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds a new panel to your browser's developer tools, featuring a script editor where you can write and execute ES6 modules directly into the current window. It streamlines testing and debugging of JavaScript code, enhancing your development workflow with immediate results in the browser.",
  "manifest_version": 2,
  "name": "ES6 Script Editor for Developer Tools",
  "version": "1.5.6",
  "author": "Lcf.vs",
  "icons": {
    "16": "assets/img/icon.svg",
    "24": "assets/img/icon.svg",
    "32": "assets/img/icon.svg",
    "48": "assets/img/icon.svg",
    "128": "assets/img/icon.svg"
  },
  "background": {
    "page": "pages/background.html"
  },
  "permissions": [
    "<all_urls>"
  ],
  "devtools_page": "pages/devtool.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{1c021977-3c4a-48a2-b1a8-68166f9e667b}"
    }
  }
}

Melhores alternativas ES6 Script Editor for Developer Tools

Aqui estão algumas Firefox add-ons que são similares a ES6 Script Editor for Developer Tools: