Extensions Storage Box
Add the daily needed extensions to the storage box for quick on/off.
Extensions Storage Boxคืออะไร?
Extensions Storage Box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kanako และคุณลักษณะหลักของมันคือ "Add the daily needed extensions to the storage box for quick on/off."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extensions Storage Box
ดาวน์โหลดไฟล์ส่วนขยาย Extensions Storage Box ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If your Chrome has too many extensions, but it's part of it, and some of them are not used very often, but it's not suitable to keep it open, but when it's disabled, it's too troublesome to find it. If you run out and then disable this series of operations is too cumbersome, then this extension may be suitable for you, first of all, you need to use those who need to use but less frequently used extensions are added to the storage box, you can quickly open / Disabled, very convenient.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pgeanammnleomjdpnccdpfbmjogjkapb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/extensions-storage-box/pgeanammnleomjdpnccdpfbmjogjkapb |
คำอธิบาย | Add the daily needed extensions to the storage box for quick on/off. |
ขนาดไฟล์ | 178 KB |
จำนวนการติดตั้ง | 210 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2019-04-04 |
วันที่เผยแพร่ | 2019-04-04 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | kanako |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mkanako/chrome-ext-box |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "browser_action": { "default_icon": { "128": "images\/icon\/icon_128.png", "16": "images\/icon\/icon_16.png", "32": "images\/icon\/icon_32.png", "48": "images\/icon\/icon_48.png" }, "default_popup": "\/popup.html", "default_title": "__MSG_extName__" }, "default_locale": "en", "description": "__MSG_extDesr__", "icons": { "128": "images\/icon\/icon_128.png", "16": "images\/icon\/icon_16.png", "32": "images\/icon\/icon_32.png", "48": "images\/icon\/icon_48.png" }, "homepage_url": "https:\/\/github.com\/mkanako\/chrome-ext-box", "manifest_version": 2, "name": "__MSG_extName__", "offline_enabled": true, "options_page": "\/options.html", "options_ui": { "page": "\/options.html", "open_in_tab": true }, "permissions": [ "management", "storage" ], "short_name": "__MSG_extNameShort__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "1.3.1" } |