Password Toggler - view typed passwords
Adds button to show/hide password in input elements
Wat is Password Toggler - view typed passwords?
Password Toggler - view typed passwords is een Chrome-extensie ontwikkeld door pckltr, en de belangrijkste functie is "Adds button to show/hide password in input elements".
Extensie Screenshots
Download het CRX-bestand van de extensie Password Toggler - view typed passwords
Download Password Toggler - view typed passwords-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 adds a button near password inputs to show/hide the typed password. It's useful if you want to check if you typed the password correctly.
Contribute: https://github.com/pckltr/password-toggler
Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1 Basisinformatie over de Extensie
| Naam | |
| ID | noeijkpjmgcnaoccgnfccfemmgbefnic |
| Officiële URL | https://chromewebstore.google.com/detail/password-toggler-view-typ/noeijkpjmgcnaoccgnfccfemmgbefnic |
| Beschrijving | Adds button to show/hide password in input elements |
| Bestandsgrootte | 12.77 KB |
| Aantal Installaties | 963 |
| Huidige Versie | 1.3.2 |
| Laatst Bijgewerkt | 2017-05-05 |
| Publicatiedatum | 2017-05-05 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | pckltr |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/pckltr/password-toggler |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Password Toggler - view typed passwords",
"short_name": "passTogg",
"description": "Adds button to show\/hide password in input elements",
"version": "1.3.2",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content-script.js"
]
}
]
} | |