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