Direct Proxy
Simply switch the browser proxy between using direct connection and using system settings.
Direct Proxyคืออะไร?
Direct Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jiaqin Xu และคุณลักษณะหลักของมันคือ "Simply switch the browser proxy between using direct connection and using system settings."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Direct Proxy
ดาวน์โหลดไฟล์ส่วนขยาย Direct Proxy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension use Chrome's native proxy API, so it won't change the system's proxy settings.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Direct Proxy |
ID | pkdjaogdlhchapakdahlfdapkbhdlboa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa |
คำอธิบาย | Simply switch the browser proxy between using direct connection and using system settings. |
ขนาดไฟล์ | 38.83 KB |
จำนวนการติดตั้ง | 409 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-08-24 |
วันที่เผยแพร่ | 2018-08-24 |
คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Jiaqin Xu |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Direct Proxy", "description": "Simply switch the browser proxy between using direct connection and using system settings.", "version": "1.0", "permissions": [ "proxy" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon-direct-48.png" }, "icons": { "16": "images\/icon-direct-16.png", "48": "images\/icon-direct-48.png", "128": "images\/icon-direct-128.png" } } |