Extensions Manager

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

Что такое Extensions Manager?

Extensions Manager - это расширение Chrome, разработанное rotagi37, и его основная функция - "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Extensions Manager

Скачайте файлы расширений Extensions Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Extensions Manager Extensions Manager
ID kllcckbicipekmojkcopeameajngoomf
Официальный URL https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf
Описание This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
Размер файла 60.1 KB
Количество установок 11,840
Текущая Версия 1.0.4.1
Последнее Обновление 2022-08-22
Дата публикации 2019-09-13
Рейтинг 4.14/5 Всего 28 оценок
Разработчик rotagi37
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}