Show Password
Show Password
Wat is Show Password?
Show Password is een Chrome-extensie ontwikkeld door samhagin, en de belangrijkste functie is "Show Password".
Extensie Screenshots
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 gives you the option to see what you type into a password field instead of seeing dots. A link is displayed next to each password field that can be clicked on to display the typed password.
Basisinformatie over de Extensie
Naam | |
ID | gaichhcdflnpllpkmocfcbkbacefiank |
Officiële URL | https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank |
Beschrijving | Show Password |
Bestandsgrootte | 36.15 KB |
Aantal Installaties | 6,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-08-20 |
Publicatiedatum | 2013-08-20 |
Beoordeling | 4.27/5 Totaal 30 Beoordelingen |
Ontwikkelaar | samhagin |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "description": "Show Password", "content_scripts": [ { "js": [ "jquery.min.js", "jquery.showPassword.min.js", "showPassword.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "minimum_chrome_version": "6", "manifest_version": 2, "name": "Show Password", "permissions": [ "contextMenus", "tabs" ], "version": "1.0" } |