Password Generator

Generate a strong password with the click of a button

Password Generator क्या है?

Password Generator generatepassextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate a strong password with the click of a button"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Password Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Password Generator allows you to generate secure, unique passwords with ease. Simply select the password options that suit your needs and generate your new password. Password Generator offers multiple options including customizable character length, uppercase letters, lowercase letters, symbols, and numbers. To copy the password click the copy icon and the password will automatically be saved to your clipboard ready for you to paste.                    

एक्सटेंशन की मूल जानकारी

नाम Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
आधिकारिक URL https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
विवरण Generate a strong password with the click of a button
फ़ाइल का आकार 60.63 KB
स्थापना संख्या 100
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-03-20
प्रकाशन तिथि 2021-03-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर generatepassextension
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "1.0",
    "description": "Generate a strong password with the click of a button",
    "manifest_version": 2,
    "icons": {
        "48": "password-icon-48.png",
        "128": "password-icon-48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}