SSL to TLS

Replaces the text 'SSL' with 'TLS'.

SSL to TLS란 무엇입니까?

SSL to TLS은(는) TLS Builders에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the text 'SSL' with 'TLS'."입니다.

확장 프로그램 스크린샷

screenshot

SSL to TLS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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