hashr

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

Τι είναι το hashr;

Το hashr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://rogeriopvl.com, και η κύρια λειτουργία του είναι "Create cryptographic hashes in more than 40 algorithms right in your browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης hashr

Λήψη αρχείων επέκτασης hashr σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα hashr hashr
ID dladaomdbdobknaihmoieedebgcdgbkb
Επίσημο URL https://chrome.google.com/webstore/detail/hashr/dladaomdbdobknaihmoieedebgcdgbkb
Περιγραφή Create cryptographic hashes in more than 40 algorithms right in your browser.
Μέγεθος Αρχείου 178 KB
Αριθμός Εγκαταστάσεων 165
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2015-03-06
Ημερομηνία Δημοσίευσης 2015-03-06
Αξιολόγηση 4.41/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής http://rogeriopvl.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://hashr.rogeriopvl.com
Υποστηριζόμενες Γλώσσες 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"
    ]
}