SSL to TLS

Replaces the text 'SSL' with 'TLS'.

什么是SSL to TLS?

SSL to TLS是由TLS Builders开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'SSL' with 'TLS'.”。

扩展截图

screenshot

下载SSL to TLS扩展crx文件

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

扩展使用说明

                        Are you tired of everyone saying "Secure with SSL!" on the Internet?  So are we!

With this handy extension, now you too can tune out all the ill informed websites!  No more Secure Socket Layer!  Hello Transport Layer Security!                    

扩展基本信息

名称 SSL to TLS SSL to TLS
ID ihonobiipipkjdeodacdamhkjobamdam
官方URL https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam
简介 Replaces the text 'SSL' with 'TLS'.
文件大小 3.51 KB
安装次数 1,000
当前版本 1.1
更新时间 2015-12-17
上架时间 2015-12-17
评分 4.40/5 共5次评分
开发者 TLS Builders
付费类型 free
扩展官网 https://www.tls.builders
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SSL to TLS",
    "version": "1.1",
    "description": "Replaces the text 'SSL' with 'TLS'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}