Extensions Manager

This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them

O que é Extensions Manager?

Extensions Manager é uma extensão do Chrome desenvolvida por rotagi37, e sua principal característica é "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Extensions Manager

Baixe arquivos de extensão Extensions 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

                        This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them 

* easily search in your extensions list.
* see extension you didn't know you have installed.


Note: too many running extension takes up memory and resources from your computer for no reason.
using this extension you can disable all unnecessary extensions and only enable them when needed.                    

Informações Básicas da Extensão

Nome Extensions Manager Extensions Manager
ID kllcckbicipekmojkcopeameajngoomf
URL Oficial https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf
Descrição This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
Tamanho do Arquivo 60.1 KB
Contagem de Instalações 11,840
Versão Atual 1.0.4.1
Última Atualização 2022-08-22
Data de Publicação 2019-09-13
Classificação 4.14/5 Total de 28 Avaliações
Desenvolvedor rotagi37
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensions Manager",
    "manifest_version": 3,
    "version": "1.0.4.1",
    "description": "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them",
    "permissions": [
        "management"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon48.png",
            "38": "icon48.png"
        },
        "default_title": "Extensions Manager",
        "default_popup": "popup.html"
    }
}