Extension Manager
Extension that manages other extensions
O que é Extension Manager?
Extension Manager é uma extensão do Chrome desenvolvida por Dummybug Studios, e sua principal característica é "Extension that manages other extensions".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Extension Manager
Baixe arquivos de extensão Extension Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :)
Informações Básicas da Extensão
Nome | Extension Manager |
ID | baamgahfpefickjomejmemkejkeglaek |
URL Oficial | https://chromewebstore.google.com/detail/extension-manager/baamgahfpefickjomejmemkejkeglaek |
Descrição | Extension that manages other extensions |
Tamanho do Arquivo | 38.61 KB |
Contagem de Instalações | 969 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2022-10-17 |
Data de Publicação | 2018-11-18 |
Classificação | 4.45/5 Total de 11 Avaliações |
Desenvolvedor | Dummybug Studios |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/DummybugStudios/ExtensionEnabler |
URL da Página de Ajuda | https://github.com/DummybugStudios/ExtensionEnabler/issues |
Idiomas Suportados | 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" } } } } |