hashr
Create cryptographic hashes in more than 40 algorithms right in your browser.
hashr क्या है?
hashr http://rogeriopvl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create cryptographic hashes in more than 40 algorithms right in your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में hashr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" ] } |