SSL to TLS
Replaces the text 'SSL' with 'TLS'.
什麼是SSL to TLS?
SSL to TLS是由TLS Builders開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'SSL' with 'TLS'.”。
擴展截圖
下載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 |
ID | ihonobiipipkjdeodacdamhkjobamdam |
官方網址 | 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" } ] } |