MD5 Hash Calculator

A very simple tool to generate the MD5 hash of a string in security

MD5 Hash Calculatorとは何ですか?

MD5 Hash Calculatorはhttps://www.chromefans.orgによって開発されたChromeの拡張機能で、その主な機能は「A very simple tool to generate the MD5 hash of a string in security」です。

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

screenshot

MD5 Hash Calculator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This MD5 hash generator is useful for encoding passwords, credit cards numbers and other sensitive data into databases(MySQL, MSSQL, Postgress or others).

Privacy note: We take your privacy very seriously. The encryption process uses Javascript, so your input doesn't even reach our server. We do not store or monitor your input in any way.

Please help us to translate MD5 Hash Calculator to your language:

http://www.chromefans.org/chrome-plugins/help-translate-md5-calculator-into-your-language.htm                    

拡張機能の基本情報

名前 MD5 Hash Calculator MD5 Hash Calculator
ID laldhbfhiihpkkmjfedkdfimibjgjgcf
公式URL https://chromewebstore.google.com/detail/md5-hash-calculator/laldhbfhiihpkkmjfedkdfimibjgjgcf
説明 A very simple tool to generate the MD5 hash of a string in security
ファイルサイズ 55.44 KB
インストール数 113
現在のバージョン 2.0.0
最終更新日 2019-07-03
公開日 2019-07-03
評価 4.31/5 合計 16 レビュー
開発者 https://www.chromefans.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://md5calculator.chromefans.org/
ヘルプページのURL http://www.chromefans.org/chrome-plugins/help-translate-md5-calculator-into-your-language.htm?ref=ext_md5
対応言語 en,fr,da,es,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "image\/md5-19.png",
        "default_title": "__MSG_title_nofree__",
        "default_popup": "popup.md5.html"
    },
    "description": "__MSG_description__",
    "icons": {
        "32": "image\/md5-32.png",
        "48": "image\/md5-64.png",
        "128": "image\/md5-128.png"
    },
    "default_locale": "en",
    "name": "__MSG_title_nofree__",
    "permissions": []
}