JPwd

This extension allows you to easily show a password field in any site, by hovering or double clicking on the password field

JPwd क्या है?

JPwd JChrist द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to easily show a password field in any site, by hovering or double clicking on the password field"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension allows you to show a password in any site in clear text.
It offers the option to do this either by double clicking on the password field, or by hovering your mouse on it. 
This helps in making sure that you typed the password correctly, or remembering the saved password (if you allowed Chrome to save passwords).

You can hide the password by double clicking again on the password field, or moving your mouse out of the password field.
This extension does not record, upload, save or remember your passwords, it simply changes the password field to plain text field for your convenience.                    

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

नाम JPwd JPwd
ID lblnjnhnjofhbebdbodbnodcmacimmig
आधिकारिक URL https://chromewebstore.google.com/detail/jpwd/lblnjnhnjofhbebdbodbnodcmacimmig
विवरण This extension allows you to easily show a password field in any site, by hovering or double clicking on the password field
फ़ाइल का आकार 10.51 MB
स्थापना संख्या 73
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2016-04-02
प्रकाशन तिथि 2016-04-01
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर JChrist
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "2.0.0",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_title": "__MSG_settingsTitle__",
        "default_popup": "settings.html"
    },
    "author": "JChrist",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bower_components\/jQuery\/dist\/jquery.min.js",
                "scripts\/jpwdConfig.js",
                "scripts\/jpwd.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "bower_components\/jQuery\/dist\/jquery.min.js",
        "bower_components\/jQuery\/dist\/jquery.min.map",
        "scripts\/jpwdConfig.js"
    ],
    "permissions": [
        "storage"
    ]
}