Secure Password Generator

Generate safe passwords based on specified criteria.

Secure Password Generator क्या है?

Secure Password Generator towisoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate safe passwords based on specified criteria."।

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

screenshot
screenshot

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

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

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

                        This extension allows you to simply generate secure passwords based on criteria you specify on the options page.

Why you should use this extension?
* no permissions to access where you browse or anything. Other extensions seem to have ability to access data on the page where you enter the username and password
* simply click the lock icon next to omnibox and you have your password
* no ads or anything that would bother you - I created this for myself because I do not trust other extensions
* if you feel like it you can support me on the options page but nothing will remind or force you to do it                    

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

नाम Secure Password Generator Secure Password Generator
ID pnafejbcbclmhimjoefcafhpkfcjegec
आधिकारिक URL https://chromewebstore.google.com/detail/secure-password-generator/pnafejbcbclmhimjoefcafhpkfcjegec
विवरण Generate safe passwords based on specified criteria.
फ़ाइल का आकार 171 KB
स्थापना संख्या 209
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-07-06
प्रकाशन तिथि 2013-07-06
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर towisoft
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "background": {
        "scripts": [
            "pwdgenerator.js"
        ]
    },
    "icons": {
        "16": "images\/lock-16.png",
        "48": "images\/lock-48.png",
        "128": "images\/lock-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/lock-19.png",
            "38": "images\/lock-38.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "default_locale": "en"
}