hashr

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

Co to jest hashr?

hashr to rozszerzenie Chrome opracowane przez http://rogeriopvl.com, a jego główną funkcją jest „Create cryptographic hashes in more than 40 algorithms right in your browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia hashr

Pobierz pliki rozszerzeń hashr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa hashr hashr
ID dladaomdbdobknaihmoieedebgcdgbkb
Oficjalny URL https://chrome.google.com/webstore/detail/hashr/dladaomdbdobknaihmoieedebgcdgbkb
Opis Create cryptographic hashes in more than 40 algorithms right in your browser.
Rozmiar pliku 178 KB
Liczba instalacji 165
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-03-06
Data Publikacji 2015-03-06
Ocena 4.41/5 Łącznie 17 Oceny
Deweloper http://rogeriopvl.com
Typ Płatności free
Strona Rozszerzenia https://hashr.rogeriopvl.com
Obsługiwane Języki 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"
    ]
}