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 |
官方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" } |