Show Password
Show Password
Show Passwordとは何ですか?
Show Passwordはsamhaginによって開発されたChromeの拡張機能で、その主な機能は「Show Password」です。
拡張機能のスクリーンショット
Show Password拡張機能のCRXファイルをダウンロード
Show Password拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension gives you the option to see what you type into a password field instead of seeing dots. A link is displayed next to each password field that can be clicked on to display the typed password.
拡張機能の基本情報
名前 | |
ID | gaichhcdflnpllpkmocfcbkbacefiank |
公式URL | https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank |
説明 | Show Password |
ファイルサイズ | 36.15 KB |
インストール数 | 6,000 |
現在のバージョン | 1.0 |
最終更新日 | 2013-08-20 |
公開日 | 2013-08-20 |
評価 | 4.27/5 合計 30 レビュー |
開発者 | samhagin |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "description": "Show Password", "content_scripts": [ { "js": [ "jquery.min.js", "jquery.showPassword.min.js", "showPassword.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "minimum_chrome_version": "6", "manifest_version": 2, "name": "Show Password", "permissions": [ "contextMenus", "tabs" ], "version": "1.0" } |