SSL to TLS

Replaces the text 'SSL' with 'TLS'.

SSL to TLS là gì?

SSL to TLS là một tiện ích mở rộng Chrome được phát triển bởi TLS Builders, và tính năng chính của nó là "Replaces the text 'SSL' with 'TLS'.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SSL to TLS

Tải xuống các tệp mở rộng SSL to TLS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SSL to TLS SSL to TLS
ID ihonobiipipkjdeodacdamhkjobamdam
URL Chính Thức https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam
Mô tả Replaces the text 'SSL' with 'TLS'.
Kích Thước Tệp 3.51 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-12-17
Ngày Phát Hành 2015-12-17
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển TLS Builders
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tls.builders
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}