hashr

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

Vad är hashr?

hashr är en Chrome-tillägg utvecklad av http://rogeriopvl.com, och dess huvudfunktion är "Create cryptographic hashes in more than 40 algorithms right in your browser.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner hashr-förlängningens CRX-fil

Ladda ner hashr-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn hashr hashr
ID dladaomdbdobknaihmoieedebgcdgbkb
Officiell webbadress https://chrome.google.com/webstore/detail/hashr/dladaomdbdobknaihmoieedebgcdgbkb
Beskrivning Create cryptographic hashes in more than 40 algorithms right in your browser.
Filstorlek 178 KB
Antal Installationer 165
Aktuell Version 1.0.1
Senast Uppdaterad 2015-03-06
Publiceringsdatum 2015-03-06
Betyg 4.41/5 Totalt 17 Betyg
Utvecklare http://rogeriopvl.com
Betalningssätt free
Tilläggswebbplats https://hashr.rogeriopvl.com
Stödda Språk 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"
    ]
}