ExtensionManager

Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…

Что такое ExtensionManager?

ExtensionManager - это расширение Chrome, разработанное https://www.zangse.mobi, и его основная функция - "Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…".

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

screenshot
screenshot

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

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

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

                        1. Manage extensions, disable/enable your extensions with one click
2. Set common extensions, you can open the common extension mode
3. Quickly search for your extensions and configure them
4. View extensions in the chrome app store
5. Open the expanded configuration page
6. Uninstall the extension
7. Added some shortcuts
If you have a better UI design and function recommendations, please leave a message yo.
Test phase, welcome to comment.                    

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

Название ExtensionManager ExtensionManager
ID jijileelaefjahodboljljdgfpbjjlac
Официальный URL https://chromewebstore.google.com/detail/extensionmanager/jijileelaefjahodboljljdgfpbjjlac
Описание Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…
Размер файла 405 KB
Количество установок 2,215
Текущая Версия 0.0.10
Последнее Обновление 2018-06-26
Дата публикации 2018-06-26
Рейтинг 4.33/5 Всего 21 оценок
Разработчик https://www.zangse.mobi
Тип оплаты free
Официальный сайт расширения https://github.com/zangse/vue-chrome-extension
URL страницы помощи https://github.com/zangse/vue-chrome-extension
Поддерживаемые языки en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "zh_CN",
    "version": "0.0.10",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "static\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "static\/images\/icon_128.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background\/background.main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.main.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "Command+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            },
            "global": true
        }
    },
    "homepage_url": "https:\/\/github.com\/zangse\/vue-chrome-extension",
    "permissions": [
        "tabs",
        "management",
        "storage"
    ]
}