Random password generator
A simple random password generator for Chrome browser
Random password generator क्या है?
Random password generator Matija Matečić द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple random password generator for Chrome browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Random password generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features: • beautiful minimalistic design • supports light and dark theme • password length between 1 and 99 • use numbers (0-9), lower cases (a-z), upper cases (A-Z), special (!?=)(&%$*+-.,:;) or your own custom characters • exclude confusion characters (eg. O0lIi) • mnemonic (easy-to-remember) passwords • toggle password history • add-on options saving • copying to clipboard Tips: • if you want to generate a random number you can just select the Numbers checkbox and 1 char password length leaving all other options unchecked • passwords are saved to history only when clicked "copy" and when History checkbox enabled Note: • privacy first - no trackers, no cookies • everything is generated on client side
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mocnjepdabllpdhmaaddmjdlmmclnmah |
आधिकारिक URL | https://chromewebstore.google.com/detail/random-password-generator/mocnjepdabllpdhmaaddmjdlmmclnmah |
विवरण | A simple random password generator for Chrome browser |
फ़ाइल का आकार | 85.19 KB |
स्थापना संख्या | 1,643 |
वर्तमान संस्करण | 2.4 |
अंतिम अपडेट | 2021-12-20 |
प्रकाशन तिथि | 2020-03-17 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Matija Matečić |
ईमेल | coaxic@gmail.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random password generator", "short_name": "Random password generator", "description": "A simple random password generator for Chrome browser", "version": "2.4", "author": "Matija Mate\u010di\u0107", "homepage_url": "https:\/\/matija.matecic.com\/", "icons": { "48": "lib\/icon.png", "96": "lib\/icon@2x.png" }, "browser_action": { "default_title": "Random password generator", "default_popup": "random-password-generator.htm", "default_icon": "lib\/icon.png" }, "permissions": [ "storage" ] } |