Show Password Text

Shows text in password input

Wat is Show Password Text?

Show Password Text is een Chrome-extensie ontwikkeld door Dima PM, en de belangrijkste functie is "Shows text in password input".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Show Password Text

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

                        Shows text entered in password input by using context menu.                    

Basisinformatie over de Extensie

Naam Show Password Text Show Password Text
ID nbnpfhgiaplhmklolpaealfkdpfmbbpb
Officiële URL https://chromewebstore.google.com/detail/show-password-text/nbnpfhgiaplhmklolpaealfkdpfmbbpb
Beschrijving Shows text in password input
Bestandsgrootte 25.47 KB
Aantal Installaties 469
Huidige Versie 0.2
Laatst Bijgewerkt 2016-10-30
Publicatiedatum 2016-10-30
Ontwikkelaar Dima PM
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/"
    ]
}