Zlib Compressor

Tool for compress/decompress string using base64+deflate

What is Zlib Compressor?

Zlib Compressor is a Chrome extension developed by deushev.d, and its main feature is "Tool for compress/decompress string using base64+deflate".

Extension Screenshots

screenshot

Download Zlib Compressor Extension CRX File

Download Zlib Compressor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Zlib Compressor Zlib Compressor
ID mbdcjgoiplkdcgabdkiegfgbphppmpjj
Official URL https://chromewebstore.google.com/detail/zlib-compressor/mbdcjgoiplkdcgabdkiegfgbphppmpjj
Description Tool for compress/decompress string using base64+deflate
File Size 67.11 KB
Installation Count 1,321
Current Version 1.0.0
Last Updated 2021-10-30
Publish Date 2021-10-29
Developer deushev.d
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}