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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lunu.bounir และคุณลักษณะหลักของมันคือ "Open a local and remote ZIP, RAR, 7Z, or any other archive format to extract all files or selected ones without any dependencies"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZIP Manager (zip, rar, 7z)
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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": [] } } |