HTTPS Finder
Detects if pages are available on HTTPS and allows you to switch
HTTPS Finder란 무엇입니까?
HTTPS Finder은(는) Adam Alton에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects if pages are available on HTTPS and allows you to switch"입니다.
확장 프로그램 스크린샷
HTTPS Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Now updated with many fixes and the ability to ignore specific domains. HTTPS protects your privacy, secures your data, and gives you verification that you are connected to the genuine server of the domain name. When you view a page which is not on secure, HTTPS Finder checks to see if the page is also available on HTTPS, and if it is, allows you to switch to the secure version. You can optionally have it switch automatically. HTTPS Finder is intended as a supplement to the EFF's HTTPS Everywhere extension which automatically switches you to HTTPS, but only for a known list of domains, whereas this extension automatically detects if a page is available on HTTPS. The intention is to eventually allow the list of HTTPS-enabled sites that you have found to be submitted to the EFF for inclusion in the HTTPS Everywhere extension.
확장 프로그램 기본 정보
이름 | HTTPS Finder |
ID | fmbbgedgoimcifgdghmifpnpcfaioena |
공식 URL | https://chromewebstore.google.com/detail/https-finder/fmbbgedgoimcifgdghmifpnpcfaioena |
설명 | Detects if pages are available on HTTPS and allows you to switch |
파일 크기 | 319 KB |
설치 횟수 | 1,749 |
현재 버전 | 1.3 |
최근 업데이트 | 2016-11-06 |
출시 날짜 | 2016-11-06 |
평점 | 3.36/5 총 25 개의 평점 |
개발자 | Adam Alton |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/adamalton/chrome-https-finder |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTTPS Finder", "short_name": "HTTPS Finder", "description": "Detects if pages are available on HTTPS and allows you to switch", "version": "1.3", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "persistent": false, "scripts": [ "https-finder.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "webNavigation", "storage", "notifications", " |