Manager
Chrome extension/apps manager
Managerとは何ですか?
ManagerはMayur Katariaによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension/apps manager」です。
拡張機能のスクリーンショット
Manager拡張機能のCRXファイルをダウンロード
Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Manager allows you to manage installed extensions/apps.
Many times we face situations where we have installed too many extensions/apps and to enable/disable we go to manage page which is cumbersome 拡張機能の基本情報
| 名前 | |
| ID | fbnblgfdjledfgkfbbcddejlopemmhcn |
| 公式URL | https://chromewebstore.google.com/detail/manager/fbnblgfdjledfgkfbbcddejlopemmhcn |
| 説明 | Chrome extension/apps manager |
| ファイルサイズ | 491 KB |
| インストール数 | 851 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2014-08-21 |
| 公開日 | 2014-08-21 |
| 評価 | 3.75/5 合計 4 レビュー |
| 開発者 | Mayur Kataria |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Manager",
"version": "1.0.0",
"manifest_version": 2,
"description": "Chrome extension\/apps manager",
"icons": {
"16": "icons\/favicon-16.png",
"48": "icons\/favicon-57.png",
"128": "icons\/favicon-128.png"
},
"browser_action": {
"default_icon": "icons\/favicon-57.png",
"default_title": "Call Manager",
"default_popup": "html\/index.html"
},
"permissions": [
"management"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+M",
"mac": "Ctrl+M",
"chromeos": "Ctrl+M",
"linux": "Ctrl+M"
}
}
}
} | |