Password Hint

Lists out the password requirements for the current website

Password Hint क्या है?

Password Hint Drake L द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lists out the password requirements for the current website"।

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

screenshot
screenshot

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

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

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

                        Tired of remembering all the different password requirements for websites? Password Hint  allows you to bring up the password requirement of your current website anytime by clicking the [?!] icon at the top of chrome. The user may also leave a small password hint on any website, and once saved that hint is accessible on any chrome browser that the user is logged into.

Not all websites are in the database right now so if you find one please feel free to submit it to the google form: http://goo.gl/forms/YPudqMoE04

This app does not send any user data to any 3rd party servers besides Google Chrome's servers, all data stays on the users machine. Also this app IS NOT a password manager and thus is not responsible for any damages incurred if used as such.

Source code here: https://github.com/drakelevy/PasswordHint                    

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

नाम Password Hint Password Hint
ID okdidhmfanlihamcidabkdjmpdmnhnde
आधिकारिक URL https://chromewebstore.google.com/detail/password-hint/okdidhmfanlihamcidabkdjmpdmnhnde
विवरण Lists out the password requirements for the current website
फ़ाइल का आकार 41.22 KB
स्थापना संख्या 65
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2016-12-29
प्रकाशन तिथि 2016-12-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Drake L
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/drakelevy/PasswordHint
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Hint",
    "manifest_version": 2,
    "version": "1.0.8",
    "description": "Lists out the password requirements for the current website",
    "author": "Drake Levy",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Click to see website password requirements",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}