SSL to TLS

Replaces the text 'SSL' with 'TLS'.

Hvad er SSL to TLS?

SSL to TLS er en Chrome-udvidelse udviklet af TLS Builders, og dens hovedfunktion er "Replaces the text 'SSL' with 'TLS'.".

Udvidelsesskærmbilleder

screenshot

Download SSL to TLS-udvidelses-CRX-fil

Download SSL to TLS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn SSL to TLS SSL to TLS
ID ihonobiipipkjdeodacdamhkjobamdam
Officiel URL https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam
Beskrivelse Replaces the text 'SSL' with 'TLS'.
Filstørrelse 3.51 KB
Antal Installationer 1,000
Nuværende Version 1.1
Senest Opdateret 2015-12-17
Udgivelsesdato 2015-12-17
Bedømmelse 4.40/5 Samlet 5 Bedømmelser
Udvikler TLS Builders
Betalingsmetode free
Udvidelseswebsted https://www.tls.builders
Understøttede Sprog 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"
        }
    ]
}