Show Password Text

Shows text in password input

Cos'è Show Password Text?

Show Password Text è un'estensione di Chrome sviluppata da Dima PM, e la sua funzione principale è "Shows text in password input".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Show Password Text

Scarica i file di estensione Show Password Text 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

                        Shows text entered in password input by using context menu.                    

Informazioni di Base sull'Estensione

Nome Show Password Text Show Password Text
ID nbnpfhgiaplhmklolpaealfkdpfmbbpb
URL Ufficiale https://chromewebstore.google.com/detail/show-password-text/nbnpfhgiaplhmklolpaealfkdpfmbbpb
Descrizione Shows text in password input
Dimensione del File 25.47 KB
Conteggio Installazioni 469
Versione Corrente 0.2
Ultimo Aggiornamento 2016-10-30
Data di Pubblicazione 2016-10-30
Sviluppatore Dima PM
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Show Password Text",
    "version": "0.2",
    "description": "Shows text in password input",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}