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」です。
拡張機能のスクリーンショット
Zlib Compressor拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |