Console Shortcut Firefox

Examine source code of Console Shortcut

By: vfa
Inspect and view changes in Console Shortcut source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Console Shortcut",
  "version": "1.0",
  "description": "Open Developer Console with one click (simulated).",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png",
    "default_title": "Open Console"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{be6b4dc9-f549-4ac7-82fb-1ad893a2f7c4}"
    }
  }
}

Best Console Shortcut Alternatives

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