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.
拡張機能の基本情報
名前 | Show Passwords |
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 } |