Reload as https Firefox

Examine source code of Reload as https

作者: MrOtherGuy
Inspect and view changes in Reload as https source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds a page action button for http pages to reload as https",
  "author": "MrOtherGuy",
  "version": "0.0.3resigned1",
  "manifest_version": 2,
  "name": "Reload as https",
  "page_action": {
    "show_matches": [
      "http://*/*"
    ],
    "browser_style": true,
    "default_icon": {
      "16": "icons/button-icon-dark.svg",
      "32": "icons/button-icon-dark.svg"
    },
    "default_title": "Reload as https://"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4949dac0-83ef-4b57-a050-73bdb7b32897}"
    }
  }
}

最佳 Reload as https 替代方案

这里是一些与Reload as https类似的Firefox add-on: