Show password
Viewing hidden passwords on page
什么是Show password?
Show password是由alexandr1drozd开发的Chrome扩展程序,该扩展的主要功能是“Viewing hidden passwords on page”。
扩展截图
下载Show password扩展crx文件
下载Show password扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension, you can see your password in the password field, it is very convenient to use it on sites where this option is not available.
扩展基本信息
名称 | Show password |
ID | clknajphkicnepcpecgjghccmmkhcagc |
官方URL | https://chromewebstore.google.com/detail/show-password/clknajphkicnepcpecgjghccmmkhcagc |
简介 | Viewing hidden passwords on page |
文件大小 | 32.59 KB |
安装次数 | 4,403 |
当前版本 | 2.1 |
更新时间 | 2023-02-02 |
上架时间 | 2019-01-19 |
评分 | 4.73/5 共40次评分 |
开发者 | alexandr1drozd |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Show password", "description": "Viewing hidden passwords on page", "icons": { "19": "icons\/19.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "2.1", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Make show password", "default_popup": "popup.html" } } |