Extensions Manager

A snapshot based extensions manager, make it ease to enable/disable the extensions

Что такое Extensions Manager?

Extensions Manager - это расширение Chrome, разработанное sigoden, и его основная функция - "A snapshot based extensions manager, make it ease to enable/disable the extensions".

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

screenshot

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

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

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

                        - Easy to enable/disable the extension
- Direct access to the option page of any extension
- Enable/disable all the extensions with one click
- Snapshot Management
  - Create: capture the state of chrome's current extensions as a snapshot, a restore point
  - Apply: choose a snapshot, restore the all extension's disable/enable state to that snapshot
  - Delete: clear the outdated snapshot
  - Undo: undo an accidental applying snapshot                    

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

Название Extensions Manager Extensions Manager
ID bcjfhbahclaolcbkdkckdnnenfeakhbk
Официальный URL https://chromewebstore.google.com/detail/extensions-manager/bcjfhbahclaolcbkdkckdnnenfeakhbk
Описание A snapshot based extensions manager, make it ease to enable/disable the extensions
Размер файла 237 KB
Количество установок 24,065
Текущая Версия 1.1.0
Последнее Обновление 2018-01-18
Дата публикации 2018-01-18
Рейтинг 3.87/5 Всего 31 оценок
Разработчик sigoden
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/sigoden/chrome-extensions-manager
URL страницы помощи https://github.com/sigoden/chrome-extensions-manager/issues
Поддерживаемые языки en,zh-CN
manifest.json
{
    "name": "__MSG_manifest_app_name__",
    "description": "__MSG_manifest_app_description__",
    "version": "1.1.0",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "management",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}