hashr

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

hashrとは何ですか?

hashrはhttp://rogeriopvl.comによって開発されたChromeの拡張機能で、その主な機能は「Create cryptographic hashes in more than 40 algorithms right in your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

hashr拡張機能のCRXファイルをダウンロード

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"
    ]
}