hashr

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

Was ist hashr?

hashr ist eine Chrome-Erweiterung, die von http://rogeriopvl.com entwickelt wurde, und ihr Hauptmerkmal ist "Create cryptographic hashes in more than 40 algorithms right in your browser.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

hashr-Erweiterungs-CRX-Datei herunterladen

Laden Sie hashr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name hashr hashr
ID dladaomdbdobknaihmoieedebgcdgbkb
Offizielle URL https://chrome.google.com/webstore/detail/hashr/dladaomdbdobknaihmoieedebgcdgbkb
Beschreibung Create cryptographic hashes in more than 40 algorithms right in your browser.
Dateigröße 178 KB
Installationsanzahl 165
Aktuelle Version 1.0.1
Letztes Update 2015-03-06
Veröffentlichungsdatum 2015-03-06
Bewertung 4.41/5 Insgesamt 17 Bewertungen
Entwickler http://rogeriopvl.com
Zahlungsart free
Erweiterungswebsite https://hashr.rogeriopvl.com
Unterstützte Sprachen 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"
    ]
}