Password Toggler - view typed passwords

Adds button to show/hide password in input elements

What is Password Toggler - view typed passwords?

Password Toggler - view typed passwords is a Chrome extension developed by pckltr, and its main feature is "Adds button to show/hide password in input elements".

Extension Screenshots

screenshot
screenshot

Download Password Toggler - view typed passwords Extension CRX File

Download Password Toggler - view typed passwords extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension adds a button near password inputs to show/hide the typed password. It's useful if you want to check if you typed the password correctly.

Contribute: https://github.com/pckltr/password-toggler

Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1                    

Extension Basic Information

Name Password Toggler - view typed passwords Password Toggler - view typed passwords
ID noeijkpjmgcnaoccgnfccfemmgbefnic
Official URL https://chromewebstore.google.com/detail/password-toggler-view-typ/noeijkpjmgcnaoccgnfccfemmgbefnic
Description Adds button to show/hide password in input elements
File Size 12.77 KB
Installation Count 963
Current Version 1.3.2
Last Updated 2017-05-05
Publish Date 2017-05-05
Rating 4.00/5 Total 4 Ratings
Developer pckltr
Payment Type free
Extension Website https://github.com/pckltr/password-toggler
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Toggler - view typed passwords",
    "short_name": "passTogg",
    "description": "Adds button to show\/hide password in input elements",
    "version": "1.3.2",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}