HTTP Version Indicator Firefox

Examine source code of HTTP Version Indicator

Inspect and view changes in HTTP Version Indicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "3.2.1",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "icons": {
    "48": "icons/icon.svg",
    "64": "icons/icon.svg",
    "96": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "spdyindicator@chengsun.github.com"
    }
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "webNavigation",
    "webRequest"
  ],
  "page_action": {
    "browser_style": false,
    "default_icon": {
      "16": "icons/action-default-16.png",
      "32": "icons/action-default-32.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best HTTP Version Indicator Alternatives

Here are some Firefox add-ons that are similar to HTTP Version Indicator: