MD5 Hash Calculator
A very simple tool to generate the MD5 hash of a string in security
Was ist MD5 Hash Calculator?
MD5 Hash Calculator ist eine Chrome-Erweiterung, die von https://www.chromefans.org entwickelt wurde, und ihr Hauptmerkmal ist "A very simple tool to generate the MD5 hash of a string in security".
Erweiterungsscreenshots
MD5 Hash Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie MD5 Hash Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | MD5 Hash Calculator |
ID | laldhbfhiihpkkmjfedkdfimibjgjgcf |
Offizielle URL | https://chromewebstore.google.com/detail/md5-hash-calculator/laldhbfhiihpkkmjfedkdfimibjgjgcf |
Beschreibung | A very simple tool to generate the MD5 hash of a string in security |
Dateigröße | 55.44 KB |
Installationsanzahl | 113 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2019-07-03 |
Veröffentlichungsdatum | 2019-07-03 |
Bewertung | 4.31/5 Insgesamt 16 Bewertungen |
Entwickler | https://www.chromefans.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://md5calculator.chromefans.org/ |
Hilfeseite URL | http://www.chromefans.org/chrome-plugins/help-translate-md5-calculator-into-your-language.htm?ref=ext_md5 |
Unterstützte Sprachen | 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": [] } |