ZIP Maker
You may use an easy-to-use interface right in your browser to create zip files!
ZIP Makerคืออะไร?
ZIP Maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fionapandora และคุณลักษณะหลักของมันคือ "You may use an easy-to-use interface right in your browser to create zip files!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZIP Maker
ดาวน์โหลดไฟล์ส่วนขยาย ZIP Maker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension "ZIP Maker" converts your file(s) into a single compressed file (.zip) automatically. Drag & drop files to a designated area in the app's UI (top section) for uploading. The UI will display all of the uploaded items. You may now use the - Zip & Download - button to download the ZIP file to your computer (default download location). A reload symbol is located at the top-right corner of the app's UI. When you click on this symbol, the program is refreshed and all current operations are reset. To zip multiple files, simply drop them into one folder on your computer (top section). It is also suggested that you reload the application after each zipping operation. Note 1: This plugin isn't meant to work with multiple types of files. It's only designed to compress zip files. Note 2: This add-on uses an open-source JavaScript library for the zip operation. You may learn more about this library at https://github.com/gildas-lormeau/zip.js
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ZIP Maker |
ID | hoekoogjfoffklkhomcmjhdkgmfgemeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zip-maker/hoekoogjfoffklkhomcmjhdkgmfgemeh |
คำอธิบาย | You may use an easy-to-use interface right in your browser to create zip files! |
ขนาดไฟล์ | 174 KB |
จำนวนการติดตั้ง | 159 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2022-06-26 |
วันที่เผยแพร่ | 2022-06-26 |
คะแนน | 4.69/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | fionapandora |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://worldaddons.com/zip-maker/ |
URL หน้าช่วยเหลือ | https://worldaddons.com/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | https://worldaddons.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "name": "ZIP Maker", "manifest_version": 3, "offline_enabled": true, "short_name": "zip-maker", "optional_permissions": [ "downloads" ], "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/worldaddons.com\/zip-maker\/", "description": "You may use an easy-to-use interface right in your browser to create zip files!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "ZIP Maker", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |