Sha1 Hash Generator
Generate sha1 hash from any text input
Sha1 Hash Generator क्या है?
Sha1 Hash Generator https://www.mediafreeware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate sha1 hash from any text input"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sha1 Hash Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
How it works? Click extension icon to open online generator. Enter text and click generate button to get sha1 hashed text.
एक्सटेंशन की मूल जानकारी
नाम | Sha1 Hash Generator |
ID | lgnjfdpncllhdfpeombifohhakpemcnm |
आधिकारिक URL | https://chromewebstore.google.com/detail/sha1-hash-generator/lgnjfdpncllhdfpeombifohhakpemcnm |
विवरण | Generate sha1 hash from any text input |
फ़ाइल का आकार | 24.49 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-07-24 |
प्रकाशन तिथि | 2020-07-24 |
डेवलपर | https://www.mediafreeware.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.mediafreeware.com/sha1-hash-generator.html |
गोपनीयता नीति पृष्ठ URL | https://www.mediafreeware.com/privacypolicy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sha1 Hash Generator", "default_locale": "en", "description": "Generate sha1 hash from any text input", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |