Privoxy Button
Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Privoxy Buttonคืออะไร?
Privoxy Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vena และคุณลักษณะหลักของมันคือ "Adds an easily-accessible button to your toolbar to enable or disable Privoxy"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Privoxy Button
ดาวน์โหลดไฟล์ส่วนขยาย Privoxy Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Privoxy Button adds an icon to your Chrome toolbar indicating the enabled/disabled status of Privoxy and allowing you to quickly control it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Privoxy Button |
ID | aodbklgppjmcpkijlibjobmffijompbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp |
คำอธิบาย | Adds an easily-accessible button to your toolbar to enable or disable Privoxy |
ขนาดไฟล์ | 87.32 KB |
จำนวนการติดตั้ง | 261 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-05-15 |
วันที่เผยแพร่ | 2014-05-14 |
คะแนน | 4.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | vena |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Privoxy Button", "short_name": "Privoxy Button", "description": "Adds an easily-accessible button to your toolbar to enable or disable Privoxy", "version": "1.0", "icons": { "16": "icons\/16\/privoxy-enabled.png", "48": "icons\/48\/privoxy-enabled.png", "128": "icons\/128\/privoxy-enabled.png" }, "browser_action": { "default_icon": "icons\/48\/privoxy-disabled.png", "default_title": "Enable Privoxy" }, "background": { "scripts": [ "global.js" ], "persistent": false }, "permissions": [ "http:\/\/config.privoxy.org\/", "alarms" ] } |