Hash Generator

Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!

Qu'est-ce que Hash Generator ?

Hash Generator est une extension Chrome développée par Gabriel Donadel Dall'Agnol, et sa fonction principale est "Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hash Generator

Téléchargez les fichiers d'extension Hash Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A Simple to use Chrome extension to immediately generate your own hashes with a single click. The current version supports MD5, SHA-1, SHA-256 and SHA-512.                    

Informations de Base sur l'Extension

Nom Hash Generator Hash Generator
ID gpoanfafbmmhifpmbefgllakooeokdgl
URL Officiel https://chromewebstore.google.com/detail/hash-generator/gpoanfafbmmhifpmbefgllakooeokdgl
Description Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!
Taille du Fichier 24.89 KB
Nombre d'Installations 1,174
Version Actuelle 1.0
Dernière Mise à Jour 2021-03-09
Date de Publication 2018-09-18
Évaluation 5.00/5 Total 8 Évaluations
Développeur Gabriel Donadel Dall'Agnol
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gabrieldonadel.github.io/
URL de la Page de Politique de Confidentialité https://gabrieldonadel.github.io/politica_privacidade.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hash Generator",
    "version": "1.0",
    "description": "Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}