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 |
| 官方網址 | 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
} | |