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 |
公式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" } ] } |