Hash Calculator

MD5, SHA-1, SHA-256 and SHA-512 calculator

Cos'è Hash Calculator?

Hash Calculator è un'estensione di Chrome sviluppata da https://daki.me, e la sua funzione principale è "MD5, SHA-1, SHA-256 and SHA-512 calculator".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hash Calculator

Scarica i file di estensione Hash Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hash Calculator Hash Calculator
ID kpfgablmmoihgpegcpblkdicebncheng
URL Ufficiale https://chrome.google.com/webstore/detail/hash-calculator/kpfgablmmoihgpegcpblkdicebncheng
Descrizione MD5, SHA-1, SHA-256 and SHA-512 calculator
Dimensione del File 56.82 KB
Conteggio Installazioni 175
Versione Corrente 1.1
Ultimo Aggiornamento 2019-08-18
Data di Pubblicazione 2019-08-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://daki.me
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}