Password revealer

Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.

What is Password revealer?

Password revealer is a Chrome extension developed by jonathan.svarden, and its main feature is "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.".

Extension Screenshots

screenshot
screenshot

Download Password revealer Extension CRX File

Download Password revealer 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

                                            

Extension Basic Information

Name Password revealer Password revealer
ID ekgbhfcaocclbckaiodiegejdinnndja
Official URL https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja
Description Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.
File Size 15.35 KB
Installation Count 967
Current Version 0.1
Last Updated 2014-03-30
Publish Date 2014-03-30
Rating 4.38/5 Total 8 Ratings
Developer jonathan.svarden
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password revealer",
    "version": "0.1",
    "description": "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "revealext.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}