Show Password

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

Wat is Show Password?

Show Password is een Chrome-extensie ontwikkeld door danyossidia, en de belangrijkste functie is "Passwords are shown in plain text in asterisk fields on the page being viewed".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Show Password

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

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

Basisinformatie over de Extensie

Naam Show Password Show Password
ID blelcdgbeokmmchmggmogkdgcpifijam
Officiële URL https://chrome.google.com/webstore/detail/show-password/blelcdgbeokmmchmggmogkdgcpifijam
Beschrijving Passwords are shown in plain text in asterisk fields on the page being viewed
Bestandsgrootte 34.03 KB
Aantal Installaties 1,842
Huidige Versie 0.1
Laatst Bijgewerkt 2013-12-19
Publicatiedatum 2013-12-19
Beoordeling 3.32/5 Totaal 25 Beoordelingen
Ontwikkelaar danyossidia
Betalingswijze free
Ondersteunde Talen 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
}