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.”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | dladaomdbdobknaihmoieedebgcdgbkb |
| 官方網址 | 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"
]
} | |