Uncompress Archive Files

Extract multi-format archive files with ease! It helps you to extract from archive files (7z,zip,tar..) and view the files easily.

Was ist Uncompress Archive Files?

Uncompress Archive Files ist eine Chrome-Erweiterung, die von beamappzone entwickelt wurde, und ihr Hauptmerkmal ist "Extract multi-format archive files with ease! It helps you to extract from archive files (7z,zip,tar..) and view the files easily.".

Erweiterungsscreenshots

screenshot

Uncompress Archive Files-Erweiterungs-CRX-Datei herunterladen

Laden Sie Uncompress Archive Files-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Extract multi-format archive files with ease! It helps you to extract from archive files (like 7z) and view the files easily.
This app reads files without uploading the file to any servers. It only works locally without going through the server.
Supports password-protected ZIP file, This app only supports the latest browsers.

Supported formats: zip,7z,gz,z,tar,bz,bz2,lzh,lha,iso,xz,cab,deb,lzma,
rpm,tbz,cpio,xar,rar(with some limitations).. and more.                    

Grundlegende Informationen zur Erweiterung

Name Uncompress Archive Files Uncompress Archive Files
ID bfkpkealncpcbfklpgnggcgjjdkbljop
Offizielle URL https://chromewebstore.google.com/detail/uncompress-archive-files/bfkpkealncpcbfklpgnggcgjjdkbljop
Beschreibung Extract multi-format archive files with ease! It helps you to extract from archive files (7z,zip,tar..) and view the files easily.
Dateigröße 90.86 KB
Installationsanzahl 1,411
Aktuelle Version 1.0.5.1
Letztes Update 2020-06-03
Veröffentlichungsdatum 2020-06-02
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler beamappzone
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://thetimetube.herokuapp.com/uncompress/
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "default_locale": "en_US",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "name": "__MSG_ext_name__",
    "permissions": [],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "version": "1.0.5.1"
}