Zip & Unzip Files

Extract zipped files and compress files with ease!

Τι είναι το Zip & Unzip Files;

Το Zip & Unzip Files είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zipfiletab.com, και η κύρια λειτουργία του είναι "Extract zipped files and compress files with ease!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Zip & Unzip Files

Λήψη αρχείων επέκτασης Zip & Unzip Files σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Our FREE Zip app allows you to compress your files to the ZIP format. Extract ZIP files within minutes as well!

Extract zipped files with ease! It helps you to extract zip/rar/7z etc and other zipped format files & access the unzipped files easily.

You can choose a zipped file to unzip from your computer or from Google Drive. Our tool allows you to choose whether you want to save your unzipped files onto your desktop computer or onto Google Drive.

This software is 100% free and does not require you to pay.

Our Privacy Policy: https://zipfiletab.com/privacy-policy
Our Terms of Service: https://zipfiletab.com/terms                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Zip & Unzip Files Zip & Unzip Files
ID pbekmccdaapjjmjomhakooboibmnlklj
Επίσημο URL https://chromewebstore.google.com/detail/zip-unzip-files/pbekmccdaapjjmjomhakooboibmnlklj
Περιγραφή Extract zipped files and compress files with ease!
Μέγεθος Αρχείου 70.59 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2022-09-05
Ημερομηνία Δημοσίευσης 2020-04-20
Αξιολόγηση 2.03/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής https://zipfiletab.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://zipfiletab.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://zipfiletab.com/privacy-policy
URL της Σελίδας Πολιτικής Απορρήτου https://zipfiletab.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "api_console_project_id": "199113505032",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "description": "Extract zipped files and compress files with ease!",
    "gdrive_mime_types": {
        "http:\/\/drive.google.com\/intents\/opendrivedoc": [
            {
                "disposition": "window",
                "href": "https:\/\/zipfiletab.com\/unzip",
                "title": "Open",
                "type": [
                    "application\/vnd.google.drive.ext-type.7z",
                    "application\/vnd.google.drive.ext-type.zip",
                    "application\/vnd.google.drive.ext-type.rar",
                    "application\/vnd.google.drive.ext-type.bz",
                    "application\/vnd.google.drive.ext-type.bzip2",
                    "application\/vnd.google.drive.ext-type.gzip",
                    "application\/vnd.google.drive.ext-type.tar",
                    "application\/vnd.google.drive.ext-type.gz",
                    "application\/x-7z-compressed",
                    "application\/zip",
                    "application\/x-rar-compressed",
                    "application\/x-bzip",
                    "application\/x-bzip2",
                    "application\/gzip",
                    "application\/x-tar"
                ]
            }
        ]
    },
    "icons": {
        "128": "logo-zip-128.png",
        "16": "logo-zip-16.png",
        "48": "logo-zip-48.png"
    },
    "manifest_version": 3,
    "name": "Zip & Unzip Files",
    "host_permissions": [
        "https:\/\/*.zipfiletab.com\/*"
    ],
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "16": "logo-zip-16.png",
            "32": "logo-zip-32.png"
        }
    },
    "homepage_url": "https:\/\/zip.freebusinessapps.net\/"
}