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