Show Password Text
Shows text in password input
What is Show Password Text?
Show Password Text is a Chrome extension developed by Dima PM, and its main feature is "Shows text in password input".
Extension Screenshots
Download Show Password Text Extension CRX File
Download Show Password Text 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
Shows text entered in password input by using context menu.
Extension Basic Information
Name | Show Password Text |
ID | nbnpfhgiaplhmklolpaealfkdpfmbbpb |
Official URL | https://chromewebstore.google.com/detail/show-password-text/nbnpfhgiaplhmklolpaealfkdpfmbbpb |
Description | Shows text in password input |
File Size | 25.47 KB |
Installation Count | 469 |
Current Version | 0.2 |
Last Updated | 2016-10-30 |
Publish Date | 2016-10-30 |
Developer | Dima PM |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dima PM", "manifest_version": 2, "name": "Show Password Text", "version": "0.2", "description": "Shows text in password input", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus", "activeTab" ], "optional_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |