强制HTTPS

强制使用https访问某些站点(eg:Google.com,Twitter.com,etc)

What is 强制HTTPS?

强制HTTPS is a Chrome extension developed by https://www.ijophy.com, and its main feature is "强制使用https访问某些站点(eg:Google.com,Twitter.com,etc)".

Extension Screenshots

screenshot
screenshot

Download 强制HTTPS Extension CRX File

Download 强制HTTPS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        本插件可以在无需其他操作的情况下,强制使用HTPPS进行访问网站。

(Twitter等需要修改hosts才可以访问)

内置站点如下:(大家可以自行添加补充!)
 wikipedia.org
 chrome.com
 twitter.com
 facebook.com
 goo.gl
 google.com
 google.com.hk

注意:wikipedia.org,部分地区已经对https进行屏蔽,用m.wikipedia.org绕行                    

Extension Basic Information

Name 强制HTTPS 强制HTTPS
ID akgpjckcjkkonkeanaakacagbodnnljj
Official URL https://chromewebstore.google.com/detail/%E5%BC%BA%E5%88%B6https/akgpjckcjkkonkeanaakacagbodnnljj
Description 强制使用https访问某些站点(eg:Google.com,Twitter.com,etc)
File Size 58.06 KB
Installation Count 149
Current Version 1.1.0
Last Updated 2013-07-31
Publish Date 2013-07-30
Rating 3.50/5 Total 2 Ratings
Developer https://www.ijophy.com
Payment Type free
Extension Website https://code.google.com/p/forcehttps/
Help Page URL https://code.google.com/p/forcehttps/issues/list
Supported Languages zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5f3a\u5236HTTPS",
    "version": "1.1.0",
    "description": "\u5f3a\u5236\u4f7f\u7528https\u8bbf\u95ee\u67d0\u4e9b\u7ad9\u70b9(eg:Google.com,Twitter.com,etc)",
    "icons": {
        "16": "images\/lock-16.png",
        "48": "images\/lock-48.png",
        "128": "images\/lock-128.png"
    },
    "browser_action": {
        "default_icon": "images\/lock-64.png",
        "default_title": "\u5f3a\u5236HTTPS",
        "default_popup": "options\/options.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options\/options.html"
}