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.
O que é Uncompress Archive Files?
Uncompress Archive Files é uma extensão do Chrome desenvolvida por beamappzone, e sua principal característica é "Extract multi-format archive files with ease! It helps you to extract from archive files (7z,zip,tar..) and view the files easily.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Uncompress Archive Files
Baixe arquivos de extensão Uncompress Archive Files no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Uncompress Archive Files |
ID | bfkpkealncpcbfklpgnggcgjjdkbljop |
URL Oficial | https://chromewebstore.google.com/detail/uncompress-archive-files/bfkpkealncpcbfklpgnggcgjjdkbljop |
Descrição | Extract multi-format archive files with ease! It helps you to extract from archive files (7z,zip,tar..) and view the files easily. |
Tamanho do Arquivo | 90.86 KB |
Contagem de Instalações | 1,411 |
Versão Atual | 1.0.5.1 |
Última Atualização | 2020-06-03 |
Data de Publicação | 2020-06-02 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | beamappzone |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://thetimetube.herokuapp.com/uncompress/ |
Idiomas Suportados | 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" } |