Password Generator

This extension generates random characters for potential passwords.

Password Generator क्या है?

Password Generator https://mattjared.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension generates random characters for potential passwords."।

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

screenshot

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

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

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

                        This extension generates between two and nine (your choice) capitalized letters, lowercase letters, numbers and special characters. A fun project I made to shortcut having to create my own secure passwords. Do not share passwords with anyone, this project is for fun and entertainment only.                    

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

नाम Password Generator Password Generator
ID gmldplfcfpjpchkjhpkdodpchllnikii
आधिकारिक URL https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii
विवरण This extension generates random characters for potential passwords.
फ़ाइल का आकार 180 KB
स्थापना संख्या 46
वर्तमान संस्करण 1.4
अंतिम अपडेट 2015-03-03
प्रकाशन तिथि 2015-03-03
डेवलपर https://mattjared.co
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Generator",
    "description": "This extension generates random characters for potential passwords.",
    "version": "1.4",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}