Zlib Compressor

Tool for compress/decompress string using base64+deflate

Cos'è Zlib Compressor?

Zlib Compressor è un'estensione di Chrome sviluppata da deushev.d, e la sua funzione principale è "Tool for compress/decompress string using base64+deflate".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zlib Compressor

Scarica i file di estensione Zlib Compressor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Zlib Compressor Zlib Compressor
ID mbdcjgoiplkdcgabdkiegfgbphppmpjj
URL Ufficiale https://chromewebstore.google.com/detail/zlib-compressor/mbdcjgoiplkdcgabdkiegfgbphppmpjj
Descrizione Tool for compress/decompress string using base64+deflate
Dimensione del File 67.11 KB
Conteggio Installazioni 1,321
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-10-30
Data di Pubblicazione 2021-10-29
Sviluppatore deushev.d
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}