hashr

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

hashr là gì?

hashr là một tiện ích mở rộng Chrome được phát triển bởi http://rogeriopvl.com, và tính năng chính của nó là "Create cryptographic hashes in more than 40 algorithms right in your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng hashr

Tải xuống các tệp mở rộng hashr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên hashr hashr
ID dladaomdbdobknaihmoieedebgcdgbkb
URL Chính Thức https://chrome.google.com/webstore/detail/hashr/dladaomdbdobknaihmoieedebgcdgbkb
Mô tả Create cryptographic hashes in more than 40 algorithms right in your browser.
Kích Thước Tệp 178 KB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-03-06
Ngày Phát Hành 2015-03-06
Đánh Giá 4.41/5 Tổng số 17 Đánh Giá
Nhà Phát Triển http://rogeriopvl.com
Loại Thanh Toán free
Trang Web Mở Rộng https://hashr.rogeriopvl.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}