Quick Extension Manager
A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
Что такое Quick Extension Manager?
Quick Extension Manager - это расширение Chrome, разработанное Chris Dermody, и его основная функция - "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off".
Скачать файл CRX расширения Quick Extension Manager
Скачайте файлы расширений Quick Extension Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quick Extension Manager is a small, free extension designed to make it quick and easy to toggle your chrome extensions on or off. The extension lists all of your installed extensions in a 2-column layout with their images. There is also a handy search box you can use to quickly find the extension you need to turn on or off.
Основная информация о расширении
Название | |
ID | clgnjooadgjehcfgiboagghflodbeidf |
Официальный URL | https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf |
Описание | A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off |
Размер файла | 442 KB |
Количество установок | 135 |
Текущая Версия | 0.1.6 |
Последнее Обновление | 2015-04-11 |
Дата публикации | 2015-04-11 |
Рейтинг | 2.33/5 Всего 6 оценок |
Разработчик | Chris Dermody |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Extension Manager", "description": "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off", "version": "0.1.6", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "management" ], "browser_action": { "default_icon": "app.png", "default_popup": "popup.html" }, "short_name": "Extension Manager" } |