Unmask Password

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

Was ist Unmask Password?

Unmask Password ist eine Chrome-Erweiterung, die von nkuma entwickelt wurde, und ihr Hauptmerkmal ist "Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords.".

Erweiterungsscreenshots

screenshot
screenshot

Unmask Password-Erweiterungs-CRX-Datei herunterladen

Laden Sie Unmask Password-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Unmask Password Unmask Password
ID pmmeddaccflimcipblojlnfandenhicb
Offizielle URL https://chromewebstore.google.com/detail/unmask-password/pmmeddaccflimcipblojlnfandenhicb
Beschreibung Unmask Password is a tool to visualize the passwords that you inputted.It prevents the wrong input of passwords.
Dateigröße 39.32 KB
Installationsanzahl 42,834
Aktuelle Version 1.8
Letztes Update 2015-10-18
Veröffentlichungsdatum 2015-10-17
Bewertung 4.54/5 Insgesamt 123 Bewertungen
Entwickler nkuma
Zahlungsart free
Erweiterungswebsite https://github.com/nkuma/UnmaskPassword
Unterstützte Sprachen 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"
}