Hash Calculator
MD5, SHA-1, SHA-256 and SHA-512 calculator
What is Hash Calculator?
Hash Calculator is a Chrome extension developed by https://daki.me, and its main feature is "MD5, SHA-1, SHA-256 and SHA-512 calculator".
Extension Screenshots
Download Hash Calculator Extension CRX File
Download Hash Calculator 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
Simple tool to generate MD5, SHA-1 and SHA-256 hash in one click! It is used to encode passwords, credit card numbers and other sensitive data in databases (MySQL, MSSQL, Postgress or others). We respect your privacy. The encryption process uses JavaScript, so the input data is not sent to us on the server. We do not save or view what you enter in any way.
Extension Basic Information
Name | |
ID | kpfgablmmoihgpegcpblkdicebncheng |
Official URL | https://chrome.google.com/webstore/detail/hash-calculator/kpfgablmmoihgpegcpblkdicebncheng |
Description | MD5, SHA-1, SHA-256 and SHA-512 calculator |
File Size | 56.82 KB |
Installation Count | 175 |
Current Version | 1.1 |
Last Updated | 2019-08-18 |
Publish Date | 2019-08-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://daki.me |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_desc__", "version": "1.1", "homepage_url": "https:\/\/daki.me\/", "default_locale": "en", "icons": { "258": "256.png" }, "permissions": [ "tabs", "contextMenus", "clipboardWrite" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "__MSG_name__", "default_icon": { "256": "256.png" }, "default_popup": "popup.html" } } |