Browser Extension Explorer Firefox

Examine source code of Browser Extension Explorer

Inspect and view changes in Browser Extension Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.0.7",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "browserextensionexplorer@buildingbrowserextensions.com"
    }
  },
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "components/popup/popup.html",
    "default_icon": {
      "16": "icons/codesearch_16x16.png",
      "48": "icons/codesearch_48x48.png",
      "64": "icons/codesearch_64x64.png",
      "128": "icons/codesearch_128x128.png"
    }
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "components/options/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [],
      "js": [
        "scripts/content-scripts/main.js"
      ]
    }
  ],
  "devtools_page": "components/devtools/devtools.html",
  "permissions": [
    "activeTab",
    "contextMenus",
    "identity",
    "scripting",
    "storage",
    "tabs",
    "webNavigation",
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/codesearch_16x16.png",
    "48": "icons/codesearch_48x48.png",
    "64": "icons/codesearch_64x64.png",
    "128": "icons/codesearch_128x128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "__MSG_actionDescription__"
    },
    "foobar": {
      "suggested_key": {
        "default": "Ctrl+Shift+J",
        "mac": "MacCtrl+Shift+J"
      },
      "description": "__MSG_customCommandDescription__"
    }
  },
  "web_accessible_resources": [
    "/scripts/shared.js"
  ],
  "omnibox": {
    "keyword": "bex"
  }
}

Best Browser Extension Explorer Alternatives

Here are some Firefox add-ons that are similar to Browser Extension Explorer: