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.

Qu'est-ce que Password revealer ?

Password revealer est une extension Chrome développée par jonathan.svarden, et sa fonction principale est "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Password revealer

Téléchargez les fichiers d'extension Password revealer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Password revealer Password revealer
ID ekgbhfcaocclbckaiodiegejdinnndja
URL Officiel 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.
Taille du Fichier 15.35 KB
Nombre d'Installations 967
Version Actuelle 0.1
Dernière Mise à Jour 2014-03-30
Date de Publication 2014-03-30
Évaluation 4.38/5 Total 8 Évaluations
Développeur jonathan.svarden
Type de Paiement free
Langues Prises en Charge 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
}