Extensions switcher
Menu for quick extensions control
Extensions switcherとは何ですか?
Extensions switcherはAntonによって開発されたChromeの拡張機能で、その主な機能は「Menu for quick extensions control」です。
拡張機能のスクリーンショット
Extensions switcher拡張機能のCRXファイルをダウンロード
Extensions switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension manager.
This extension allow quick enable/disable other extensiosns.
To create a new group, drag the icon for an extension up abroad, the current group.
Features include:
- enable, disable, uninstall extensions/apps;
- launch apps;
- ability to create extension groups;
- enable/disable extension groups in one click;
- quick and light for your browser. 拡張機能の基本情報
| 名前 | |
| ID | mapmknaogodpakjopdhmdcilahbfbjpc |
| 公式URL | https://chromewebstore.google.com/detail/extensions-switcher/mapmknaogodpakjopdhmdcilahbfbjpc |
| 説明 | Menu for quick extensions control |
| ファイルサイズ | 109 KB |
| インストール数 | 4,587 |
| 現在のバージョン | 1.5.3 |
| 最終更新日 | 2019-06-08 |
| 公開日 | 2019-06-08 |
| 評価 | 4.22/5 合計 59 レビュー |
| 開発者 | Anton |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"minimum_chrome_version": "49",
"browser_action": {
"default_icon": {
"19": "assets\/icons\/icon_19.png",
"38": "assets\/icons\/icon_38.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "assets\/icons\/icon_16.png",
"48": "assets\/icons\/icon_48.png",
"128": "assets\/icons\/icon_128.png"
},
"offline_enabled": true,
"permissions": [
"storage",
"management"
],
"name": "Extensions switcher",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.5.3"
} | |