Show Password Text
Shows text in password input
什么是Show Password Text?
Show Password Text是由Dima PM开发的Chrome扩展程序,该扩展的主要功能是“Shows text in password input”。
扩展截图
下载Show Password Text扩展crx文件
下载Show Password Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows text entered in password input by using context menu. 扩展基本信息
| 名称 | |
| ID | nbnpfhgiaplhmklolpaealfkdpfmbbpb |
| 官方URL | https://chromewebstore.google.com/detail/show-password-text/nbnpfhgiaplhmklolpaealfkdpfmbbpb |
| 简介 | Shows text in password input |
| 文件大小 | 25.47 KB |
| 安装次数 | 469 |
| 当前版本 | 0.2 |
| 更新时间 | 2016-10-30 |
| 上架时间 | 2016-10-30 |
| 开发者 | Dima PM |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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:\/\/*\/"
]
} | |