Extension Manager
Extension that manages other extensions
Extension Managerとは何ですか?
Extension ManagerはDummybug Studiosによって開発されたChromeの拡張機能で、その主な機能は「Extension that manages other extensions」です。
拡張機能のスクリーンショット
Extension Manager拡張機能のCRXファイルをダウンロード
Extension Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you have tons of extensions but don't want to leave them all on at the same time - this extension is for you. You can use this to turn them on and off. Ctrl+L is the default keybinding to open the popup Move with arrow keys Press enter to turn toggle extensions on and off This is mostly for personal use but if you find it useful as well then great :)
拡張機能の基本情報
名前 | Extension Manager |
ID | baamgahfpefickjomejmemkejkeglaek |
公式URL | https://chromewebstore.google.com/detail/extension-manager/baamgahfpefickjomejmemkejkeglaek |
説明 | Extension that manages other extensions |
ファイルサイズ | 38.61 KB |
インストール数 | 969 |
現在のバージョン | 0.0.0.2 |
最終更新日 | 2022-10-17 |
公開日 | 2018-11-18 |
評価 | 4.45/5 合計 11 レビュー |
開発者 | Dummybug Studios |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/DummybugStudios/ExtensionEnabler |
ヘルプページのURL | https://github.com/DummybugStudios/ExtensionEnabler/issues |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Extension Manager", "description": "Extension that manages other extensions", "version": "0.0.0.2", "action": { "default_popup": "popup.html", "default_script": "popup.js" }, "permissions": [ "management" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+L" } } } } |