hashr

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

O que é hashr?

hashr é uma extensão do Chrome desenvolvida por http://rogeriopvl.com, e sua principal característica é "Create cryptographic hashes in more than 40 algorithms right in your browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão hashr

Baixe arquivos de extensão hashr no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome hashr hashr
ID dladaomdbdobknaihmoieedebgcdgbkb
URL Oficial https://chrome.google.com/webstore/detail/hashr/dladaomdbdobknaihmoieedebgcdgbkb
Descrição Create cryptographic hashes in more than 40 algorithms right in your browser.
Tamanho do Arquivo 178 KB
Contagem de Instalações 165
Versão Atual 1.0.1
Última Atualização 2015-03-06
Data de Publicação 2015-03-06
Classificação 4.41/5 Total de 17 Avaliações
Desenvolvedor http://rogeriopvl.com
Tipo de Pagamento free
Site da Extensão https://hashr.rogeriopvl.com
Idiomas Suportados 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"
    ]
}