Custom Chrome - Extension Manager

A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab

Что такое Custom Chrome - Extension Manager?

Custom Chrome - Extension Manager - это расширение Chrome, разработанное Ciaran & Chris, и его основная функция - "A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab".

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

screenshot
screenshot

Скачать файл CRX расширения Custom Chrome - Extension Manager

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

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

                        A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab.

Make useful profiles which can turn on/off multiple extensions with one click. Have one for shopping which activates discount finding extensions or a profile for web developers who can activate colour palettes, debuggers, browser reloaders etc.                    

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

Название Custom Chrome - Extension Manager Custom Chrome - Extension Manager
ID balnpimdnhfiodmodckhkgneejophhhm
Официальный URL https://chromewebstore.google.com/detail/custom-chrome-extension-m/balnpimdnhfiodmodckhkgneejophhhm
Описание A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab
Размер файла 2.17 MB
Количество установок 30,000
Текущая Версия 1.45
Последнее Обновление 2020-02-21
Дата публикации 2020-02-21
Рейтинг 4.47/5 Всего 180 оценок
Разработчик Ciaran & Chris
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Chrome - Extension Manager",
    "author": "Ciaran & Chris",
    "description": "A beautiful Google Chrome extension manager to turn on\/off other extensions quickly and easily without leaving your current tab",
    "version": "1.45",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "management"
    ],
    "icons": {
        "16": "images\/googleCog16.png",
        "48": "images\/googleCog48.png",
        "128": "images\/googleCog128.png"
    },
    "browser_action": {
        "default_icon": "images\/googleCog128.png",
        "default_popup": "popup.html"
    },
    "short_name": "Custom Chrome"
}