SSL to TLS

Replaces the text 'SSL' with 'TLS'.

Vad är SSL to TLS?

SSL to TLS är en Chrome-tillägg utvecklad av TLS Builders, och dess huvudfunktion är "Replaces the text 'SSL' with 'TLS'.".

Tilläggsskärmbilder

screenshot

Ladda ner SSL to TLS-förlängningens CRX-fil

Ladda ner SSL to TLS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn SSL to TLS SSL to TLS
ID ihonobiipipkjdeodacdamhkjobamdam
Officiell webbadress https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam
Beskrivning Replaces the text 'SSL' with 'TLS'.
Filstorlek 3.51 KB
Antal Installationer 1,000
Aktuell Version 1.1
Senast Uppdaterad 2015-12-17
Publiceringsdatum 2015-12-17
Betyg 4.40/5 Totalt 5 Betyg
Utvecklare TLS Builders
Betalningssätt free
Tilläggswebbplats https://www.tls.builders
Stödda Språk 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"
        }
    ]
}