MD5 Hasher
Chrome extension to generate MD5 hashes
What is MD5 Hasher?
MD5 Hasher is a Chrome extension developed by Steven Reekmans, and its main feature is "Chrome extension to generate MD5 hashes".
Extension Screenshots
Download MD5 Hasher Extension CRX File
Download MD5 Hasher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hashes a line into a MD5 hash for several times. This provides a good method to create some unique and easy to remember passwords or keys.
Extension Basic Information
Name | MD5 Hasher |
ID | ldplaklajjkpglgpnpheelffkmfednkj |
Official URL | https://chromewebstore.google.com/detail/md5-hasher/ldplaklajjkpglgpnpheelffkmfednkj |
Description | Chrome extension to generate MD5 hashes |
File Size | 48.84 KB |
Installation Count | 569 |
Current Version | 0.2 |
Last Updated | 2014-07-26 |
Publish Date | 2014-07-25 |
Rating | 3.33/5 Total 3 Ratings |
Developer | Steven Reekmans |
Payment Type | free |
Help Page URL | https://github.com/StevenRKM/chrome-md5 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MD5 Hasher", "description": "Chrome extension to generate MD5 hashes", "version": "0.2", "manifest_version": 2, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "MD5 Hasher", "default_popup": "browser_action.html" }, "icons": { "16": "images\/icon16.png", "36": "images\/icon36.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" } } |