ShowPasswords
Gives the user a simple way to show and copy passwords of an input type password field.
¿Qué es ShowPasswords?
ShowPasswords es una extensión de Chrome desarrollada por https://kaletsch.tech, y su función principal es "Gives the user a simple way to show and copy passwords of an input type password field.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ShowPasswords
Descarga archivos de extensión ShowPasswords en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
ShowPasswords is a Chrome Extension that allows to easily access passwords from input fields. The extensions replaces the input type attribute password with text in an active tab and vice versa. It can also extract passwords in a textarea field which allows simple copying. ShowPasswords source code is released under MIT License and available at GitHub.
Información Básica de la Extensión
Nombre | ShowPasswords |
ID | hjelhmgihhbonhfncmoblamoenjcppej |
URL Oficial | https://chromewebstore.google.com/detail/showpasswords/hjelhmgihhbonhfncmoblamoenjcppej |
Descripción | Gives the user a simple way to show and copy passwords of an input type password field. |
Tamaño del Archivo | 47.5 KB |
Cantidad de Instalaciones | 313 |
Versión Actual | 0.1 |
Última Actualización | 2018-08-03 |
Fecha de Publicación | 2018-08-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://kaletsch.tech |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShowPasswords", "short_name": "ShowPasswords", "version": "0.1", "description": "Gives the user a simple way to show and copy passwords of an input type password field.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "kaletsch.tech GmbH |