Zlib Compressor

Tool for compress/decompress string using base64+deflate

Wat is Zlib Compressor?

Zlib Compressor is een Chrome-extensie ontwikkeld door deushev.d, en de belangrijkste functie is "Tool for compress/decompress string using base64+deflate".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Zlib Compressor

Download Zlib Compressor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Zlib Compressor Zlib Compressor
ID mbdcjgoiplkdcgabdkiegfgbphppmpjj
Officiële URL https://chromewebstore.google.com/detail/zlib-compressor/mbdcjgoiplkdcgabdkiegfgbphppmpjj
Beschrijving Tool for compress/decompress string using base64+deflate
Bestandsgrootte 67.11 KB
Aantal Installaties 1,321
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-10-30
Publicatiedatum 2021-10-29
Ontwikkelaar deushev.d
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}