Offline Password Generator

Generate random passwords that are highly secured

Offline Password Generator क्या है?

Offline Password Generator Ivan Ivanenko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate random passwords that are highly secured"।

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

screenshot

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

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

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

                        Offline Password generates random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters.

You can choose password length.                    

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

नाम Offline Password Generator Offline Password Generator
ID oebajlmokanlllbjpmadgjohjgmbeiio
आधिकारिक URL https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio
विवरण Generate random passwords that are highly secured
फ़ाइल का आकार 146 KB
स्थापना संख्या 55
वर्तमान संस्करण 1.3
अंतिम अपडेट 2012-11-26
प्रकाशन तिथि 2012-11-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Ivan Ivanenko
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Offline Password Generator",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Generate random passwords that are highly secured",
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "res\/jquery-1.8.3.js",
                "logic.js"
            ],
            "css": [
                "res\/bootstrap.min.css",
                "res\/bootstrap-responsive.min.css"
            ]
        }
    ]
}