Show Password

Passwords are shown in plain text in asterisk fields on the page being viewed

Cos'è Show Password?

Show Password è un'estensione di Chrome sviluppata da danyossidia, e la sua funzione principale è "Passwords are shown in plain text in asterisk fields on the page being viewed".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Show Password

Scarica i file di estensione Show Password in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension enables you to reveal the password behind the asterisk password field. Simply click "Show Password!"                    

Informazioni di Base sull'Estensione

Nome Show Password Show Password
ID blelcdgbeokmmchmggmogkdgcpifijam
URL Ufficiale https://chrome.google.com/webstore/detail/show-password/blelcdgbeokmmchmggmogkdgcpifijam
Descrizione Passwords are shown in plain text in asterisk fields on the page being viewed
Dimensione del File 34.03 KB
Conteggio Installazioni 1,842
Versione Corrente 0.1
Ultimo Aggiornamento 2013-12-19
Data di Pubblicazione 2013-12-19
Valutazione 3.32/5 Totale 25 Valutazioni
Sviluppatore danyossidia
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Show Password",
    "description": "Passwords are shown in plain text in asterisk fields on the page being viewed",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}