hashr

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

What is hashr?

hashr is a Chrome extension developed by http://rogeriopvl.com, and its main feature is "Create cryptographic hashes in more than 40 algorithms right in your browser.".

Extension Screenshots

screenshot
screenshot
screenshot

Download hashr Extension CRX File

Download hashr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name hashr hashr
ID dladaomdbdobknaihmoieedebgcdgbkb
Official URL https://chrome.google.com/webstore/detail/hashr/dladaomdbdobknaihmoieedebgcdgbkb
Description Create cryptographic hashes in more than 40 algorithms right in your browser.
File Size 178 KB
Installation Count 165
Current Version 1.0.1
Last Updated 2015-03-06
Publish Date 2015-03-06
Rating 4.41/5 Total 17 Ratings
Developer http://rogeriopvl.com
Payment Type free
Extension Website https://hashr.rogeriopvl.com
Supported Languages 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"
    ]
}