Password to text
Changes password type to text
什么是Password to text?
Password to text是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Changes password type to text”。
扩展截图
下载Password to text扩展crx文件
下载Password to text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to unhide your password while you are typing it in, to make sure that there is not a typo. This will also allow you to see your password in chrome, in case you need the log in for a separate application, and can not remember what you entered.
扩展基本信息
名称 | Password to text |
ID | aoebcgakfaghjfeifibpggnelepdalhf |
官方URL | https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf |
简介 | Changes password type to text |
文件大小 | 6.48 KB |
安装次数 | 112 |
当前版本 | 1 |
更新时间 | 2019-09-27 |
上架时间 | 2019-09-26 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password to text", "version": "1", "manifest_version": 2, "description": "Changes password type to text", "background": { "scripts": [ "background.js" ], "icons": "32: icon.png", "credit": "Lock And Unlock Icon #10739<\/a>" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ] } |