Quick Extension Manager
A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
Quick Extension Managerคืออะไร?
Quick Extension Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Dermody และคุณลักษณะหลักของมันคือ "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Extension Manager
ดาวน์โหลดไฟล์ส่วนขยาย Quick Extension Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quick Extension Manager is a small, free extension designed to make it quick and easy to toggle your chrome extensions on or off. The extension lists all of your installed extensions in a 2-column layout with their images. There is also a handy search box you can use to quickly find the extension you need to turn on or off.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | clgnjooadgjehcfgiboagghflodbeidf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf |
คำอธิบาย | A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off |
ขนาดไฟล์ | 442 KB |
จำนวนการติดตั้ง | 135 |
เวอร์ชันปัจจุบัน | 0.1.6 |
อัปเดตครั้งล่าสุด | 2015-04-11 |
วันที่เผยแพร่ | 2015-04-11 |
คะแนน | 2.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Chris Dermody |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Extension Manager", "description": "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off", "version": "0.1.6", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "management" ], "browser_action": { "default_icon": "app.png", "default_popup": "popup.html" }, "short_name": "Extension Manager" } |