paGen

Password Generator. Easy. Simple.

paGen क्या है?

paGen http://emotionloop.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Password Generator. Easy. Simple."।

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

screenshot
screenshot
screenshot

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

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

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

                        paGen is a Google Chrome extension, that will help you by generating random passwords.

We wanted a simple and easy to use password generator for Google Chrome, and we couldn't find it, so we built one.

It has a simple and easy to use interface.

You can get its source at https://github.com/emotionLoop/paGen                    

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

नाम paGen paGen
ID eligfkfpdmeloopcoighgpdgedhnoool
आधिकारिक URL https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool
विवरण Password Generator. Easy. Simple.
फ़ाइल का आकार 25.17 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2013-01-14
प्रकाशन तिथि 2013-01-14
डेवलपर http://emotionloop.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://emotionloop.com
सहायता पृष्ठ URL http://support.emotionloop.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "default_locale": "en",
    "incognito": "split"
}