强制HTTPS

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

Qu'est-ce que 强制HTTPS ?

强制HTTPS est une extension Chrome développée par https://www.ijophy.com, et sa fonction principale est "强制使用https访问某些站点(eg:Google.com,Twitter.com,etc)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 强制HTTPS

Téléchargez les fichiers d'extension 强制HTTPS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

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

Informations de Base sur l'Extension

Nom 强制HTTPS 强制HTTPS
ID akgpjckcjkkonkeanaakacagbodnnljj
URL Officiel https://chromewebstore.google.com/detail/%E5%BC%BA%E5%88%B6https/akgpjckcjkkonkeanaakacagbodnnljj
Description 强制使用https访问某些站点(eg:Google.com,Twitter.com,etc)
Taille du Fichier 58.06 KB
Nombre d'Installations 149
Version Actuelle 1.1.0
Dernière Mise à Jour 2013-07-31
Date de Publication 2013-07-30
Évaluation 3.50/5 Total 2 Évaluations
Développeur https://www.ijophy.com
Type de Paiement free
Site Web de l'Extension https://code.google.com/p/forcehttps/
URL de la Page d'Aide https://code.google.com/p/forcehttps/issues/list
Langues Prises en Charge 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"
}