Password Generator

Generate passwords for websites based on one master password and their domains.

Password Generator क्या है?

Password Generator https://passwordgen.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate passwords for websites based on one master password and their domains."।

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

screenshot
screenshot
screenshot

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

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

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

                        Online version: http://passwordgen.org

Generate unique password for each site based on secret master password and site domain.

Features:
- several profiles with different master passwords,
- synchronize settings (but not master password) between Chrome installations,
- remember chosen profile for each domain,
- MD5, SHA1 or SHA256 used to generate passwords,
- master password can be stored in memory, in permanent storage or not at all,
- may ensure that password has at least one character from each of several sets (upper/lower case letters, digits, punctuation).

See the extension source code on its github site: https://github.com/eterevsky/passwordgen

This app idea is taken from PasswordMaker (http://passwordmaker.org).                    

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

नाम Password Generator Password Generator
ID klfojgipmkdgfmikjfdhhkjlfeboaoij
आधिकारिक URL https://chromewebstore.google.com/detail/password-generator/klfojgipmkdgfmikjfdhhkjlfeboaoij
विवरण Generate passwords for websites based on one master password and their domains.
फ़ाइल का आकार 109 KB
स्थापना संख्या 475
वर्तमान संस्करण 2.0.8
अंतिम अपडेट 2014-06-07
प्रकाशन तिथि 2014-06-07
रेटिंग 4.67/5 कुल 12 रेटिंग्स
डेवलपर https://passwordgen.org
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "options_page": "options.html",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Password Generator",
        "default_popup": "generate.html",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "38": "icons\/icon-38.png",
            "16": "icons\/icon-16.png"
        }
    },
    "description": "Generate passwords for websites based on one master password and their domains.",
    "background": {
        "scripts": [
            "js\/storage.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "192": "icons\/icon-192.png",
        "128": "icons\/icon-128.png",
        "96": "icons\/icon-96.png",
        "64": "icons\/icon-64.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "16": "icons\/icon-16.png",
        "256": "icons\/icon-256.png"
    },
    "version": "2.0.8",
    "name": "Password Generator"
}