Hash Calculator
MD5, SHA-1, SHA-256 and SHA-512 calculator
Wat is Hash Calculator?
Hash Calculator is een Chrome-extensie ontwikkeld door https://daki.me, en de belangrijkste functie is "MD5, SHA-1, SHA-256 and SHA-512 calculator".
Extensie Screenshots
Download het CRX-bestand van de extensie Hash Calculator
Download Hash Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kpfgablmmoihgpegcpblkdicebncheng |
Officiële URL | https://chrome.google.com/webstore/detail/hash-calculator/kpfgablmmoihgpegcpblkdicebncheng |
Beschrijving | MD5, SHA-1, SHA-256 and SHA-512 calculator |
Bestandsgrootte | 56.82 KB |
Aantal Installaties | 175 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-08-18 |
Publicatiedatum | 2019-08-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://daki.me |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |