Show password
Viewing hidden passwords on page
Show passwordとは何ですか?
Show passwordはalexandr1drozdによって開発されたChromeの拡張機能で、その主な機能は「Viewing hidden passwords on page」です。
拡張機能のスクリーンショット
Show password拡張機能のCRXファイルをダウンロード
Show password拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension, you can see your password in the password field, it is very convenient to use it on sites where this option is not available.
拡張機能の基本情報
名前 | Show password |
ID | clknajphkicnepcpecgjghccmmkhcagc |
公式URL | https://chromewebstore.google.com/detail/show-password/clknajphkicnepcpecgjghccmmkhcagc |
説明 | Viewing hidden passwords on page |
ファイルサイズ | 32.59 KB |
インストール数 | 4,403 |
現在のバージョン | 2.1 |
最終更新日 | 2023-02-02 |
公開日 | 2019-01-19 |
評価 | 4.73/5 合計 40 レビュー |
開発者 | alexandr1drozd |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Show password", "description": "Viewing hidden passwords on page", "icons": { "19": "icons\/19.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "2.1", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Make show password", "default_popup": "popup.html" } } |