hashr

Create cryptographic hashes in more than 40 algorithms right in your browser.

Qu'est-ce que hashr ?

hashr est une extension Chrome développée par http://rogeriopvl.com, et sa fonction principale est "Create cryptographic hashes in more than 40 algorithms right in your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension hashr

Téléchargez les fichiers d'extension hashr 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

                        The hash maker! Create cryptographic hashes in more than 40 different algorithms, including the more popular MD5, SHA1, HTPASSWD, etc. Also available on Firefox.

Changelog v1.0.0

- Offline mode added
- New UI design

Changelog v0.6.2

- All comunication with the server is now done via HTTPS

Changelog v0.6.0

- Use enter/return key to get the result
- Save last used hashing algorithm as default                    

Informations de Base sur l'Extension

Nom hashr hashr
ID dladaomdbdobknaihmoieedebgcdgbkb
URL Officiel https://chrome.google.com/webstore/detail/hashr/dladaomdbdobknaihmoieedebgcdgbkb
Description Create cryptographic hashes in more than 40 algorithms right in your browser.
Taille du Fichier 178 KB
Nombre d'Installations 165
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-03-06
Date de Publication 2015-03-06
Évaluation 4.41/5 Total 17 Évaluations
Développeur http://rogeriopvl.com
Type de Paiement free
Site Web de l'Extension https://hashr.rogeriopvl.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "hashr",
    "version": "1.0.1",
    "description": "Create cryptographic hashes in more than 40 algorithms right in your browser.",
    "browser_action": {
        "default_icon": {
            "19": "images\/hashr19.png",
            "38": "images\/hashr38.png"
        },
        "default_title": "hashr",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/hashr16.png",
        "48": "images\/hashr48.png",
        "128": "images\/hashr128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/hashr.rogeriopvl.com\/",
        "storage"
    ]
}