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.
Wat is Password revealer?
Password revealer is een Chrome-extensie ontwikkeld door jonathan.svarden, en de belangrijkste functie is "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.".
Extensie Screenshots
Download het CRX-bestand van de extensie Password revealer
Download Password revealer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                                             Basisinformatie over de Extensie
| Naam |   |  
| ID | ekgbhfcaocclbckaiodiegejdinnndja | 
| Officiële URL | https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja | 
| Beschrijving | Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling. | 
| Bestandsgrootte | 15.35 KB | 
| Aantal Installaties | 967 | 
| Huidige Versie | 0.1 | 
| Laatst Bijgewerkt | 2014-03-30 | 
| Publicatiedatum | 2014-03-30 | 
| Beoordeling | 4.38/5 Totaal 8 Beoordelingen | 
| Ontwikkelaar | jonathan.svarden | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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
}  |  |