ShowPasswords
Gives the user a simple way to show and copy passwords of an input type password field.
What is ShowPasswords?
ShowPasswords is a Chrome extension developed by https://kaletsch.tech, and its main feature is "Gives the user a simple way to show and copy passwords of an input type password field.".
Extension Screenshots
Download ShowPasswords Extension CRX File
Download ShowPasswords extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ShowPasswords |
ID | hjelhmgihhbonhfncmoblamoenjcppej |
Official URL | https://chromewebstore.google.com/detail/showpasswords/hjelhmgihhbonhfncmoblamoenjcppej |
Description | Gives the user a simple way to show and copy passwords of an input type password field. |
File Size | 47.5 KB |
Installation Count | 313 |
Current Version | 0.1 |
Last Updated | 2018-08-03 |
Publish Date | 2018-08-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://kaletsch.tech |
Payment Type | free |
Supported Languages | 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 |