Force HTTPS

Converts all http urls into https urls

Force HTTPSคืออะไร?

Force HTTPS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://subarctic.org และคุณลักษณะหลักของมันคือ "Converts all http urls into https urls"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force HTTPS

ดาวน์โหลดไฟล์ส่วนขยาย Force HTTPS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This plugin is similar to the EFF "HTTPS Everywhere" but without any of the features or intelligence. It just converts http urls to https, always.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Force HTTPS Force HTTPS
ID pdbgaahloehganbgnblipbdfdfmcobjn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/force-https/pdbgaahloehganbgnblipbdfdfmcobjn
คำอธิบาย Converts all http urls into https urls
ขนาดไฟล์ 9.28 KB
จำนวนการติดตั้ง 183
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-01-08
วันที่เผยแพร่ 2016-01-08
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา http://subarctic.org
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://jad.subarctic.org/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force HTTPS",
    "description": "Converts all http urls into https urls",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.PNG"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}