Show Password
Show Password
What is Show Password?
Show Password is a Chrome extension developed by samhagin, and its main feature is "Show Password".
Extension Screenshots
Download Show Password Extension CRX File
Download Show Password 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
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.
Extension Basic Information
Name | |
ID | gaichhcdflnpllpkmocfcbkbacefiank |
Official URL | https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank |
Description | Show Password |
File Size | 36.15 KB |
Installation Count | 6,000 |
Current Version | 1.0 |
Last Updated | 2013-08-20 |
Publish Date | 2013-08-20 |
Rating | 4.27/5 Total 30 Ratings |
Developer | samhagin |
Payment Type | free |
Supported Languages | 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" } |