Console Snippet Runner Firefox

Examine source code of Console Snippet Runner

Inspect and view changes in Console Snippet Runner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Console Snippet Runner",
  "version": "1.3",
  "description": "Save, manage, and execute custom JavaScript snippets in the active tab.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "Console Snippet Runner",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Console-Snippet-Runner",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Console Snippet Runner Alternatives

Here are some Firefox add-ons that are similar to Console Snippet Runner: