Unmask Password

Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords.

Unmask Password क्या है?

Unmask Password nkuma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords."।

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

screenshot
screenshot

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

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

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

                        Unmask Password is a tool to visualize the passwords that you inputted.
It prevents the wrong input of passwords.

The passwords will appear when you click on the icon,and return to masked passwords when you click again.

Note:
This tool  has no server communication.
Please see for more information you can see the code.
https://github.com/nkuma/UnmaskPassword

When you are in a private area,  please turn on the setting to display passwords.
In a public area, you have to turn off the setting to return to masked passwords.                    

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

नाम Unmask Password Unmask Password
ID pmmeddaccflimcipblojlnfandenhicb
आधिकारिक URL https://chromewebstore.google.com/detail/unmask-password/pmmeddaccflimcipblojlnfandenhicb
विवरण Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords.
फ़ाइल का आकार 39.32 KB
स्थापना संख्या 42,834
वर्तमान संस्करण 1.8
अंतिम अपडेट 2015-10-18
प्रकाशन तिथि 2015-10-17
रेटिंग 4.54/5 कुल 123 रेटिंग्स
डेवलपर nkuma
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/nkuma/UnmaskPassword
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/logo.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.8"
}