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文件
下載HTTPS Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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", " |