Zip Convert Ace

Extract zipped files and compress files with ease!

Co to jest Zip Convert Ace?

Zip Convert Ace to rozszerzenie Chrome opracowane przez S2N Media, a jego główną funkcją jest „Extract zipped files and compress files with ease!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Zip Convert Ace

Pobierz pliki rozszerzeń Zip Convert Ace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Zip Convert Ace Zip Convert Ace
ID eblclajmcecmjbgmmlbnkklonnhilhbj
Oficjalny URL https://chromewebstore.google.com/detail/zip-convert-ace/eblclajmcecmjbgmmlbnkklonnhilhbj
Opis Extract zipped files and compress files with ease!
Rozmiar pliku 36.66 KB
Liczba instalacji 31
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-10-30
Data Publikacji 2020-10-30
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper S2N Media
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.zipconvertaceapp.com/privacy.html
Obsługiwane Języki 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
    }
}