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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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": []
}