Extensions Button with Less Memory Usage
Opens chrome extensions tab
Extensions Button with Less Memory Usageคืออะไร?
Extensions Button with Less Memory Usage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sw และคุณลักษณะหลักของมันคือ "Opens chrome extensions tab"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extensions Button with Less Memory Usage
ดาวน์โหลดไฟล์ส่วนขยาย Extensions Button with Less Memory Usage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NOTE: This extension's function is just to open extensions page. There are many many many similar extensions uploaded here in Chrome web store. Why did I have to make yet another Extensions Button extension then? Because all the Extensions Button extensions I tested don't free their allocated memory when they're not actually doing anything. I just don't want to waste 30M bytes of memory for nothing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aalpanbpdadhmlmngbojbbafbbclopmb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/extensions-button-with-le/aalpanbpdadhmlmngbojbbafbbclopmb |
คำอธิบาย | Opens chrome extensions tab |
ขนาดไฟล์ | 27.36 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2013-07-14 |
วันที่เผยแพร่ | 2013-07-14 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | sw |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon_19_19.png", "default_title": "Open Extensions Control Panel" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Opens chrome extensions tab", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "name": "Extensions Button with Less Memory Usage", "permissions": [ "tabs" ], "icons": { "48": "icon_48_48.png", "128": "icon_128_128.png", "32": "icon_32_32.png", "16": "icon_16_16.png" }, "manifest_version": 2, "version": "1" } |