hashr

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

¿Qué es hashr?

hashr es una extensión de Chrome desarrollada por http://rogeriopvl.com, y su función principal es "Create cryptographic hashes in more than 40 algorithms right in your browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión hashr

Descarga archivos de extensión hashr en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre hashr hashr
ID dladaomdbdobknaihmoieedebgcdgbkb
URL Oficial https://chrome.google.com/webstore/detail/hashr/dladaomdbdobknaihmoieedebgcdgbkb
Descripción Create cryptographic hashes in more than 40 algorithms right in your browser.
Tamaño del Archivo 178 KB
Cantidad de Instalaciones 165
Versión Actual 1.0.1
Última Actualización 2015-03-06
Fecha de Publicación 2015-03-06
Calificación 4.41/5 Total de 17 Calificaciones
Desarrollador http://rogeriopvl.com
Tipo de Pago free
Sitio Web de la Extensión https://hashr.rogeriopvl.com
Idiomas Soportados 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"
    ]
}