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.
什麼是Uncompress Archive Files?
Uncompress Archive Files是由beamappzone開發的Chrome擴展程式,該擴展的主要功能是“Extract multi-format archive files with ease! It helps you to extract from archive files (7z,zip,tar..) and view the files easily.”。
擴展截圖
下載Uncompress Archive Files擴展crx文件
下載Uncompress Archive Files擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Uncompress Archive Files |
ID | bfkpkealncpcbfklpgnggcgjjdkbljop |
官方網址 | https://chromewebstore.google.com/detail/uncompress-archive-files/bfkpkealncpcbfklpgnggcgjjdkbljop |
簡介 | Extract multi-format archive files with ease! It helps you to extract from archive files (7z,zip,tar..) and view the files easily. |
檔案大小 | 90.86 KB |
安裝次數 | 1,411 |
目前版本 | 1.0.5.1 |
更新時間 | 2020-06-03 |
上架時間 | 2020-06-02 |
評分 | 3.00/5 共 2 次評分 |
開發者 | beamappzone |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://thetimetube.herokuapp.com/uncompress/ |
支援的語言 | 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" } |