stay https

use secure https connection whenever possible

什么是stay https?

stay https是由https://j.end.as开发的Chrome扩展程序,该扩展的主要功能是“use secure https connection whenever possible”。

扩展截图

screenshot

下载stay https扩展crx文件

下载stay https扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        converts all insecure connections to secure ones

features
 * secure browsing whenever possible
 * automatic learning as you browse
 * no external connections or dependencies
 * ignore list

history
 * 1.5 https to http redirect loop detection
 * 1.4 improved redirection handling
 * 1.3 improved user interface
 * 1.2 new user interface
 * 1.1 improved subdomain handling
 * 1.0 stay https first release

for more information and source code see
   http://j.end.as/projects/stay-https                    

扩展基本信息

名称 stay https stay https
ID gnfhjgicleboihbgbpkmanifnbaeanhf
官方URL https://chromewebstore.google.com/detail/stay-https/gnfhjgicleboihbgbpkmanifnbaeanhf
简介 use secure https connection whenever possible
文件大小 19.9 KB
安装次数 275
当前版本 1.5
更新时间 2013-11-23
上架时间 2013-11-23
评分 5.00/5 共3次评分
开发者 https://j.end.as
付费类型 free
扩展官网 https://j.end.as/projects/stay-https
帮助页面URL https://j.end.as/projects/stay-https
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stay https",
    "version": "1.5",
    "manifest_version": 2,
    "description": "use secure https connection whenever possible",
    "homepage_url": "http:\/\/j.end.as\/projects\/stay-https",
    "icons": {
        "48": "strict.png"
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "stay https",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    }
}