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.
Qu'est-ce que Uncompress Archive Files ?
Uncompress Archive Files est une extension Chrome développée par beamappzone, et sa fonction principale est "Extract multi-format archive files with ease! It helps you to extract from archive files (7z,zip,tar..) and view the files easily.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Uncompress Archive Files
Téléchargez les fichiers d'extension Uncompress Archive Files au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Uncompress Archive Files |
ID | bfkpkealncpcbfklpgnggcgjjdkbljop |
URL Officiel | https://chromewebstore.google.com/detail/uncompress-archive-files/bfkpkealncpcbfklpgnggcgjjdkbljop |
Description | Extract multi-format archive files with ease! It helps you to extract from archive files (7z,zip,tar..) and view the files easily. |
Taille du Fichier | 90.86 KB |
Nombre d'Installations | 1,411 |
Version Actuelle | 1.0.5.1 |
Dernière Mise à Jour | 2020-06-03 |
Date de Publication | 2020-06-02 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | beamappzone |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://thetimetube.herokuapp.com/uncompress/ |
Langues Prises en Charge | 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" } |