Zlib Compressor

Tool for compress/decompress string using base64+deflate

Zlib Compressor란 무엇입니까?

Zlib Compressor은(는) deushev.d에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tool for compress/decompress string using base64+deflate"입니다.

확장 프로그램 스크린샷

screenshot

Zlib Compressor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}