Localhost HTTPS -> HTTP
A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
Localhost HTTPS -> HTTPคืออะไร?
Localhost HTTPS -> HTTP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย derks.me.uk และคุณลักษณะหลักของมันคือ "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Localhost HTTPS -> HTTP
ดาวน์โหลดไฟล์ส่วนขยาย Localhost HTTPS -> HTTP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension automatically attempts to redirect from HTTPS to HTTP when the user is browsing a site locally (localhost / 127.0.0.1).
The redirection happens when a request cannot be processed due to an error: for example "ERR_SSL_PROTOCOL_ERROR".
The user is also notified whenever a redirection happens. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hocpjjhhkgnbpbcikgabgnpfcmaejklp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/localhost-https-%3E-http/hocpjjhhkgnbpbcikgabgnpfcmaejklp |
| คำอธิบาย | A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost |
| ขนาดไฟล์ | 30.72 KB |
| จำนวนการติดตั้ง | 71 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2023-01-16 |
| วันที่เผยแพร่ | 2023-01-15 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | derks.me.uk |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://derks.me.uk/ |
| ภาษาที่รองรับ | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.0",
"name": "Localhost HTTPS -> HTTP",
"description": "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost",
"icons": {
"48": "icons\/tabler\/icon_128.png",
"128": "icons\/tabler\/icon_128.png"
},
"background": {
"service_worker": "main.js",
"type": "module"
},
"permissions": [
"notifications",
"webNavigation"
]
} | |