Http2Https

Convert http to https in bookmarks

Http2Httpsคืออะไร?

Http2Https เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HyunWooBro และคุณลักษณะหลักของมันคือ "Convert http to https in bookmarks"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

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

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

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

                        Boared with replacing old http bookmarks with https bookmarks?

As many web sites migrate to https, old http bookmarks make the star image empty.

Search and Convert to https!!

***********************************************************************
Ctrl + click will open a new tab.                    

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

ชื่อ Http2Https Http2Https
ID hgmngpnkkllhjgbamgbpkefaodceahom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/http2https/hgmngpnkkllhjgbamgbpkefaodceahom
คำอธิบาย Convert http to https in bookmarks
ขนาดไฟล์ 10.77 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-04-30
วันที่เผยแพร่ 2017-04-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา HyunWooBro
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Http2Https",
    "version": "1.0",
    "description": "Convert http to https in bookmarks",
    "browser_action": {
        "default_icon": "icon128new.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "bookmarks",
        "tabs"
    ]
}