stay https
use secure https connection whenever possible
什麼是stay https?
stay https是由https://j.end.as開發的Chrome擴展程式,該擴展的主要功能是“use secure https connection whenever possible”。
擴展截圖
下載stay https擴展crx文件
下載stay https擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | gnfhjgicleboihbgbpkmanifnbaeanhf |
官方網址 | 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" ] } } |