un-password
simple way to reveal password inputs on chrome - for lazies
What is un-password?
un-password is a Chrome extension developed by denolk, and its main feature is "simple way to reveal password inputs on chrome - for lazies".
Extension Screenshots
Download un-password Extension CRX File
Download un-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
simple way to reveal password inputs on chrome - for lazies just double-click on the password input.
Extension Basic Information
Name | un-password |
ID | lijhhlnbdhacjpefglmoblkpekegmfdd |
Official URL | https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd |
Description | simple way to reveal password inputs on chrome - for lazies |
File Size | 14.09 KB |
Installation Count | 17 |
Current Version | 1.0.2 |
Last Updated | 2018-09-02 |
Publish Date | 2018-09-01 |
Developer | denolk |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ozgend/un-password |
Help Page URL | https://github.com/ozgend/un-password |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "un-password", "author": "denolk", "description": "simple way to reveal password inputs on chrome - for lazies", "version": "1.0.2", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "manifest_version": 2 } |