ZIP Manager (zip, rar, 7z)
Open a local and remote ZIP, RAR, 7Z, or any other archive format to extract all files or selected ones without any dependencies
什麼是ZIP Manager (zip, rar, 7z)?
ZIP Manager (zip, rar, 7z)是由lunu.bounir開發的Chrome擴展程式,該擴展的主要功能是“Open a local and remote ZIP, RAR, 7Z, or any other archive format to extract all files or selected ones without any dependencies”。
擴展截圖
下載ZIP Manager (zip, rar, 7z)擴展crx文件
下載ZIP Manager (zip, rar, 7z)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is a ZIP format viewer and extractor. You can feed this application with one or multiple local files or a single remote link. The extension displays the content of the ZIP archive for you without any dependencies. You can then extract selected files or all files into the default download directory or a directory of your choice without even downloading the actual ZIP archive. Note that this extension keeps the file structure only if your browser supports downloading into subdirectories. The extension adds a context menu item to the ZIP links. To open local files, first, open the manager window and then drag and drop the files into the view. Supported archive formats: 7z, Zip, Tar, GZip, Rar, and many more! Version Logs: 0.1.2: 1. It is now possible to drag a file from the ZIP manager window and drop it into a folder like your Desktop directory. This feature is used to drop a dot file to your local folder as well! 0.1.4: 1. mobile-friendly. The manager UI is now mobile-friendly 0.1.5: 1. The extension now supports native filesystem API, which improves the file writing to the disk
擴展基本資訊
名稱 | ZIP Manager (zip, rar, 7z) |
ID | eahldalhgbpahhllfcgaobhjnmcfmlbd |
官方網址 | https://chromewebstore.google.com/detail/zip-manager-zip-rar-7z/eahldalhgbpahhllfcgaobhjnmcfmlbd |
簡介 | Open a local and remote ZIP, RAR, 7Z, or any other archive format to extract all files or selected ones without any dependencies |
檔案大小 | 730 KB |
安裝次數 | 25,130 |
目前版本 | 0.2.5 |
更新時間 | 2023-11-04 |
上架時間 | 2019-08-21 |
評分 | 3.79/5 共 19 次評分 |
開發者 | lunu.bounir |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://webextension.org/listing/zip-manager.html |
說明頁面URL | https://webextension.org/listing/zip-manager.htmlhttps://webextension.org/listing/zip-manager.html |
隱私政策頁面URL | https://add0n.com/policies/lunu.bounir.txt |
支援的語言 | de,en,fr,nl,da,et,hu,fi,cs,el,bg,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.5", "name": "ZIP Manager (zip, rar, 7z)", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "storage", "downloads", "contextMenus" ], "host_permissions": [ "*:\/\/*\/*" ], "offline_enabled": true, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "action": [], "homepage_url": "https:\/\/webextension.org\/listing\/zip-manager.html", "background": { "service_worker": "worker.js" }, "sandbox": { "pages": [ "data\/sandbox\/index.html" ] }, "commands": { "_execute_action": [] } } |