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 |
官方網址 | 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 |
電子郵箱 | [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" } } } } |