stay https

use secure https connection whenever possible

stay https란 무엇입니까?

stay https은(는) https://j.end.as에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "use secure https connection whenever possible"입니다.

확장 프로그램 스크린샷

screenshot

stay https 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        converts all insecure connections to secure ones

features
 * secure browsing whenever possible
 * automatic learning as you browse
 * no external connections or dependencies
 * ignore list

history
 * 1.5 https to http redirect loop detection
 * 1.4 improved redirection handling
 * 1.3 improved user interface
 * 1.2 new user interface
 * 1.1 improved subdomain handling
 * 1.0 stay https first release

for more information and source code see
   http://j.end.as/projects/stay-https                    

확장 프로그램 기본 정보

이름 stay https stay https
ID gnfhjgicleboihbgbpkmanifnbaeanhf
공식 URL https://chromewebstore.google.com/detail/stay-https/gnfhjgicleboihbgbpkmanifnbaeanhf
설명 use secure https connection whenever possible
파일 크기 19.9 KB
설치 횟수 275
현재 버전 1.5
최근 업데이트 2013-11-23
출시 날짜 2013-11-23
평점 5.00/5 총 3 개의 평점
개발자 https://j.end.as
결제 유형 free
확장 프로그램 웹 사이트 https://j.end.as/projects/stay-https
도움말 페이지 URL https://j.end.as/projects/stay-https
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stay https",
    "version": "1.5",
    "manifest_version": 2,
    "description": "use secure https connection whenever possible",
    "homepage_url": "http:\/\/j.end.as\/projects\/stay-https",
    "icons": {
        "48": "strict.png"
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "stay https",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    }
}