Zlib Compressor
Tool for compress/decompress string using base64+deflate
Zlib Compressorคืออะไร?
Zlib Compressor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deushev.d และคุณลักษณะหลักของมันคือ "Tool for compress/decompress string using base64+deflate"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zlib Compressor
ดาวน์โหลดไฟล์ส่วนขยาย Zlib Compressor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Zlib Compressor let user compress or decompress a string quickly. The "Compress" button transforms content of upper textfield using zlib deflate and base64 encode algorithm and puts result in the lower textfield. The "Decompress" button transforms content of lower textfield using base64 decode and zlib inflate algorithm and puts result in the upper textfield. The clipboard buttons improve UX and let user copy/paste strings from/into textfields just by one click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Zlib Compressor |
ID | mbdcjgoiplkdcgabdkiegfgbphppmpjj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zlib-compressor/mbdcjgoiplkdcgabdkiegfgbphppmpjj |
คำอธิบาย | Tool for compress/decompress string using base64+deflate |
ขนาดไฟล์ | 67.11 KB |
จำนวนการติดตั้ง | 1,321 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-10-30 |
วันที่เผยแพร่ | 2021-10-29 |
ผู้พัฒนา | deushev.d |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Zlib Compressor", "description": "Tool for compress\/decompress string using base64+deflate", "version": "1.0.0", "author": "Damir Deushev", "icons": { "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "clipboardRead" ] } |