强制HTTPS

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

Cos'è 强制HTTPS?

强制HTTPS è un'estensione di Chrome sviluppata da https://www.ijophy.com, e la sua funzione principale è "强制使用https访问某些站点(eg:Google.com,Twitter.com,etc)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 强制HTTPS

Scarica i file di estensione 强制HTTPS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

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

Informazioni di Base sull'Estensione

Nome 强制HTTPS 强制HTTPS
ID akgpjckcjkkonkeanaakacagbodnnljj
URL Ufficiale https://chromewebstore.google.com/detail/%E5%BC%BA%E5%88%B6https/akgpjckcjkkonkeanaakacagbodnnljj
Descrizione 强制使用https访问某些站点(eg:Google.com,Twitter.com,etc)
Dimensione del File 58.06 KB
Conteggio Installazioni 149
Versione Corrente 1.1.0
Ultimo Aggiornamento 2013-07-31
Data di Pubblicazione 2013-07-30
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore https://www.ijophy.com
Tipo di Pagamento free
Sito Web dell'Estensione https://code.google.com/p/forcehttps/
URL della Pagina di Aiuto https://code.google.com/p/forcehttps/issues/list
Lingue Supportate 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"
}