SSL to TLS
Replaces the text 'SSL' with 'TLS'.
Was ist SSL to TLS?
SSL to TLS ist eine Chrome-Erweiterung, die von TLS Builders entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'SSL' with 'TLS'.".
Erweiterungsscreenshots
SSL to TLS-Erweiterungs-CRX-Datei herunterladen
Laden Sie SSL to TLS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | SSL to TLS |
ID | ihonobiipipkjdeodacdamhkjobamdam |
Offizielle URL | https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam |
Beschreibung | Replaces the text 'SSL' with 'TLS'. |
Dateigröße | 3.51 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-12-17 |
Veröffentlichungsdatum | 2015-12-17 |
Bewertung | 4.40/5 Insgesamt 5 Bewertungen |
Entwickler | TLS Builders |
Zahlungsart | free |
Erweiterungswebsite | https://www.tls.builders |
Unterstützte Sprachen | 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" } ] } |