stay https
use secure https connection whenever possible
stay httpsคืออะไร?
stay https เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://j.end.as และคุณลักษณะหลักของมันคือ "use secure https connection whenever possible"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย stay https
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } } |