Extensions Button with Less Memory Usage
Opens chrome extensions tab
什麼是Extensions Button with Less Memory Usage?
Extensions Button with Less Memory Usage是由sw開發的Chrome擴展程式,該擴展的主要功能是“Opens chrome extensions tab”。
下載Extensions Button with Less Memory Usage擴展crx文件
下載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 |
官方網址 | 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" } |