Extension Extractor
Extract installed Extensions and Apps
Что такое Extension Extractor?
Extension Extractor - это расширение Chrome, разработанное Daniel Herr, и его основная функция - "Extract installed Extensions and Apps".
Скачать файл CRX расширения Extension Extractor
Скачайте файлы расширений Extension Extractor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
In development beta software. Extraction is currently only available for apps with permission to write to files and folders and extensions with permission to manage downloads. Access the extraction menu by opening the developer tools and clicking the tab. Dev tools can be opened for any software by enabling dev mode on chrome://extensions, finding the item, and clicking an inspect view button.
Основная информация о расширении
Название | Extension Extractor |
ID | hmeclehlabdkeagnphboafolejbhelmf |
Официальный URL | https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf |
Описание | Extract installed Extensions and Apps |
Размер файла | 6.02 KB |
Количество установок | 76 |
Текущая Версия | 2016.070 |
Последнее Обновление | 2016-03-11 |
Дата публикации | 2016-03-10 |
Разработчик | Daniel Herr |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://danielherr.github.io |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel Herr", "description": "Extract installed Extensions and Apps", "devtools_page": "devtools.html", "homepage_url": "https:\/\/danielherr.github.io", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Extension Extractor", "offline_enabled": true, "permissions": [ "debugger", "downloads" ], "version": "2016.70", "version_name": "2016.070" } |