un-password
simple way to reveal password inputs on chrome - for lazies
什么是un-password?
un-password是由denolk开发的Chrome扩展程序,该扩展的主要功能是“simple way to reveal password inputs on chrome - for lazies”。
扩展截图
下载un-password扩展crx文件
下载un-password扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
simple way to reveal password inputs on chrome - for lazies just double-click on the password input.
扩展基本信息
名称 | un-password |
ID | lijhhlnbdhacjpefglmoblkpekegmfdd |
官方URL | https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd |
简介 | simple way to reveal password inputs on chrome - for lazies |
文件大小 | 14.09 KB |
安装次数 | 17 |
当前版本 | 1.0.2 |
更新时间 | 2018-09-02 |
上架时间 | 2018-09-01 |
开发者 | denolk |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ozgend/un-password |
帮助页面URL | https://github.com/ozgend/un-password |
支持的语言 | 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 } |