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 |
Eメール | [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" } |