1-Click Extension Manager
Manage Chrome extension at the tip of your finger, with just 1-click.
1-Click Extension Managerคืออะไร?
1-Click Extension Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย milan.chheda และคุณลักษณะหลักของมันคือ "Manage Chrome extension at the tip of your finger, with just 1-click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 1-Click Extension Manager
ดาวน์โหลดไฟล์ส่วนขยาย 1-Click Extension Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple menu to enable, disable and access options of extensions in 1-click. Features included: - Enable/disable an extension in 1-click - Access options of an extension in 1-click - Uninstall an extension in 1-click - A handy search box that you can use to quickly find the extension you need to turn on or off. - No Ads - Simple, fast, and no background scripts - Keep your browser fast by disabling extensions that you won't use right away with just 1-click. For bugs, feedback, and suggestions, write to [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 1-Click Extension Manager |
ID | ohajmcdpjokbdoihfhkpbmlmknejmoec |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/1-click-extension-manager/ohajmcdpjokbdoihfhkpbmlmknejmoec |
คำอธิบาย | Manage Chrome extension at the tip of your finger, with just 1-click. |
ขนาดไฟล์ | 41.46 KB |
จำนวนการติดตั้ง | 2,431 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-06-18 |
วันที่เผยแพร่ | 2016-06-17 |
คะแนน | 3.56/5 รวมทั้งหมด 25 คะแนน |
ผู้พัฒนา | milan.chheda |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1-Click Extension Manager", "description": "Manage Chrome extension at the tip of your finger, with just 1-click.", "version": "1.0", "manifest_version": 2, "icons": { "128": "logo.png", "16": "logo.png" }, "permissions": [ "management" ], "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" } } |