Password Generator
Password Generator - simple, secure, one-click password generator
Password Generator क्या है?
Password Generator Yurii Luchkiv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Password Generator - simple, secure, one-click password generator"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Password Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Generate a random secure password in one click The generator adds generated password to the dedicated field and copies it to the clipboard You can specify: — length of password — used chars: lowercase, uppercase, digits, and special characters — excluded chars — hexadecimal only Password configuration preferences are stored Passwords history is stored ChangeLog: Version 1.0.0 on 19.07.2023: — First release
एक्सटेंशन की मूल जानकारी
नाम | Password Generator |
ID | nbnjbddbbcnnlceoglkfoolmknejieoi |
आधिकारिक URL | https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi |
विवरण | Password Generator - simple, secure, one-click password generator |
फ़ाइल का आकार | 336 KB |
स्थापना संख्या | 1,612 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-07-11 |
प्रकाशन तिथि | 2023-07-11 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | Yurii Luchkiv |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Password Generator", "version": "1.0.0", "description": "Password Generator - simple, secure, one-click password generator", "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "action": { "default_popup": "popup.html", "default_title": "Password Generator", "default_icon": "assets\/icons\/128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" } } |