ES6 Script Editor for Developer Tools Firefox

Examine source code of ES6 Script Editor for Developer Tools

By: iwin
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}"
    }
  }
}

Best ES6 Script Editor for Developer Tools Alternatives

Here are some Firefox add-ons that are similar to ES6 Script Editor for Developer Tools: