Password Generator

Allows you to generate customisable secure passwords on the fly.

Password Generator क्या है?

Password Generator https://nemrod.se द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to generate customisable secure passwords on the fly."।

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

screenshot

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

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

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

                        This is an extension for pure random password generation. You set a length between 5 and 20 characters, if you want it to contain upper-case, lower-case, numbers and special characters and click generate. Since I'm into the habit of wanting passwords that look good I've made it so you can choose to generate between 1 and 5 passwords in one go to make it easier to get those.

Now simply choose the prettiest of the generated passwords and you're done! ;)

Version 0.2 has support for themes, you can select between three different ones, but you can also add your own or edit the existing ones if you so wish.                    

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

नाम Password Generator Password Generator
ID koebgfmdommchdjodkalonlpjlnbpjap
आधिकारिक URL https://chromewebstore.google.com/detail/password-generator/koebgfmdommchdjodkalonlpjlnbpjap
विवरण Allows you to generate customisable secure passwords on the fly.
फ़ाइल का आकार 22.63 KB
स्थापना संख्या 289
वर्तमान संस्करण 0.3
अंतिम अपडेट 2013-06-19
प्रकाशन तिथि 2013-06-19
रेटिंग 3.93/5 कुल 14 रेटिंग्स
डेवलपर https://nemrod.se
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://nemrod.se
सहायता पृष्ठ URL http://nemrod.se/chrome-extensions/password-generator
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Allows you to generate customisable secure passwords on the fly.",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "22": "icon22.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_name": "Password Generator - click to open the generator",
        "default_icon": "icon22.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}