Encode-Decode

Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.

Encode-Decodeとは何ですか?

Encode-Decodeはhttps://tylucaskelley.comによって開発されたChromeの拡張機能で、その主な機能は「Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Encode-Decode拡張機能のCRXファイルをダウンロード

Encode-Decode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Great for web developers! Features include:

1. Encoding and decoding to/from: binary, octal, hexadecimal, base64, HTML, and URLs.
2. Hashing: MD5, SHA-1, SHA-3 (256 and 512 bit).
3. Error checking, so you don't try to combine "HTML" and "hash" by accident!

Check out the source code on GitHub as well!                    

拡張機能の基本情報

名前 Encode-Decode Encode-Decode
ID peemgjdnpckhfcppmdgijnbfoohpjafp
公式URL https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp
説明 Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
ファイルサイズ 164 KB
インストール数 979
現在のバージョン 5.1
最終更新日 2014-11-13
公開日 2014-11-13
評価 4.38/5 合計 8 レビュー
開発者 https://tylucaskelley.com
支払い方法 free
拡張機能のウェブサイト https://github.com/tylucaskelley/encode-decode
ヘルプページのURL https://github.com/tylucaskelley/encode-decode
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Encode-Decode",
    "description": "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.",
    "version": "5.1",
    "icons": {
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Encode-Decode",
        "default_popup": "index.html"
    }
}