Show Password
Passwords are shown in plain text in asterisk fields on the page being viewed
What is Show Password?
Show Password is a Chrome extension developed by danyossidia, and its main feature is "Passwords are shown in plain text in asterisk fields on the page being viewed".
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 enables you to reveal the password behind the asterisk password field. Simply click "Show Password!"
Extension Basic Information
Name | |
ID | blelcdgbeokmmchmggmogkdgcpifijam |
Official URL | https://chrome.google.com/webstore/detail/show-password/blelcdgbeokmmchmggmogkdgcpifijam |
Description | Passwords are shown in plain text in asterisk fields on the page being viewed |
File Size | 34.03 KB |
Installation Count | 1,842 |
Current Version | 0.1 |
Last Updated | 2013-12-19 |
Publish Date | 2013-12-19 |
Rating | 3.32/5 Total 25 Ratings |
Developer | danyossidia |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Show Password", "description": "Passwords are shown in plain text in asterisk fields on the page being viewed", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |