Show Passwords
Show all password of page - Muestra las contraseñas guardadas
什么是Show Passwords?
Show Passwords是由https://slrinformatica.com开发的Chrome扩展程序,该扩展的主要功能是“Show all password of page - Muestra las contraseñas guardadas”。
扩展截图
下载Show Passwords扩展crx文件
下载Show Passwords扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Muestra las claves guardadas en el momento en el que el navegador autorellena el formulario.
Show you saved passwords when the browser autofill the form. 扩展基本信息
| 名称 | |
| ID | honicdecdbkbpfclcdabjobakaojgeep |
| 官方URL | https://chromewebstore.google.com/detail/show-passwords/honicdecdbkbpfclcdabjobakaojgeep |
| 简介 | Show all password of page - Muestra las contraseñas guardadas |
| 文件大小 | 2.33 MB |
| 安装次数 | 615 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-07-09 |
| 上架时间 | 2015-07-09 |
| 评分 | 4.80/5 共5次评分 |
| 开发者 | https://slrinformatica.com |
| 付费类型 | free |
| 帮助页面URL | http://slrinformatica.com/contacto |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Show Passwords",
"description": "Show all password of page - Muestra las contrase\u00f1as guardadas",
"version": "1.0",
"permissions": [
"activeTab"
],
"short_name": "ShowPass",
"homepage_url": "http:\/\/slrinformatica.com",
"icons": {
"16": "candado16.png",
"48": "candado48.png",
"128": "candado128.png"
},
"background": {
"scripts": [
"pass.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"jquery.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"browser_action": {
"default_title": "Show all password of page"
},
"manifest_version": 2
} | |