SSL to TLS

Replaces the text 'SSL' with 'TLS'.

SSL to TLSคืออะไร?

SSL to TLS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TLS Builders และคุณลักษณะหลักของมันคือ "Replaces the text 'SSL' with 'TLS'."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SSL to TLS

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}