Extensions Manager
This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
Extensions Managerคืออะไร?
Extensions Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rotagi37 และคุณลักษณะหลักของมันคือ "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extensions Manager
ดาวน์โหลดไฟล์ส่วนขยาย Extensions Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them * easily search in your extensions list. * see extension you didn't know you have installed. Note: too many running extension takes up memory and resources from your computer for no reason. using this extension you can disable all unnecessary extensions and only enable them when needed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Extensions Manager |
ID | kllcckbicipekmojkcopeameajngoomf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf |
คำอธิบาย | This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them |
ขนาดไฟล์ | 60.1 KB |
จำนวนการติดตั้ง | 11,840 |
เวอร์ชันปัจจุบัน | 1.0.4.1 |
อัปเดตครั้งล่าสุด | 2022-08-22 |
วันที่เผยแพร่ | 2019-09-13 |
คะแนน | 4.14/5 รวมทั้งหมด 28 คะแนน |
ผู้พัฒนา | rotagi37 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extensions Manager", "manifest_version": 3, "version": "1.0.4.1", "description": "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them", "permissions": [ "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "19": "icon48.png", "38": "icon48.png" }, "default_title": "Extensions Manager", "default_popup": "popup.html" } } |