Zip Convert Ace

Extract zipped files and compress files with ease!

Что такое Zip Convert Ace?

Zip Convert Ace - это расширение Chrome, разработанное S2N Media, и его основная функция - "Extract zipped files and compress files with ease!".

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

screenshot
screenshot
screenshot

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

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

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

                        A powerful and versatile archive manager that compresses and extracts files in just two clicks. Zip/Rar and Unzip files for free! Click on the icon will open the application without disrupting your work.  

By clicking "Add to chrome", I accept and agree to install this extension. 

For more information see our Terms at:
About -  https://www.zipconvertaceapp.com
Contact -  https://www.zipconvertaceapp.com/contact.html
EULA - https://www.zipconvertaceapp.com/eula.html
Privacy - https://www.zipconvertaceapp.com/privacy.html                    

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

Название Zip Convert Ace Zip Convert Ace
ID eblclajmcecmjbgmmlbnkklonnhilhbj
Официальный URL https://chromewebstore.google.com/detail/zip-convert-ace/eblclajmcecmjbgmmlbnkklonnhilhbj
Описание Extract zipped files and compress files with ease!
Размер файла 36.66 KB
Количество установок 31
Текущая Версия 1.0.0
Последнее Обновление 2020-10-30
Дата публикации 2020-10-30
Рейтинг 3.00/5 Всего 1 оценок
Разработчик S2N Media
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.zipconvertaceapp.com/privacy.html
Поддерживаемые языки en
manifest.json
{
    "manifest_version": 2,
    "name": "Zip Convert Ace",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "description": "Extract zipped files and compress files with ease!",
    "icons": {
        "16": "icons\/16.png",
        "96": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "96": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "Zip Convert Ace",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "background": {
        "page": "background.html",
        "persistent": false
    }
}