Show password
Ability to show passwords in input fields!
Show passwordとは何ですか?
Show passwordはhttps://zerfl.comによって開発されたChromeの拡張機能で、その主な機能は「Ability to show passwords in input fields!」です。
拡張機能のスクリーンショット
Show password拡張機能のCRXファイルをダウンロード
Show password拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unmask all password fields on any site!
Version 1.01:
* Fixed error when using the "Show password" button multiple times 拡張機能の基本情報
| 名前 | |
| ID | bhdnhgkhmoeacgcfkokmoidaedlblgho |
| 公式URL | https://chromewebstore.google.com/detail/show-password/bhdnhgkhmoeacgcfkokmoidaedlblgho |
| 説明 | Ability to show passwords in input fields! |
| ファイルサイズ | 12.84 KB |
| インストール数 | 1,824 |
| 現在のバージョン | 1.01 |
| 最終更新日 | 2018-12-30 |
| 公開日 | 2018-12-30 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | https://zerfl.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Show password",
"version": "1.01",
"description": "Ability to show passwords in input fields!",
"permissions": [
"declarativeContent",
"activeTab"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"page_action": {
"default_popup": "popup.html"
},
"manifest_version": 2,
"icons": {
"32": "icon32.png",
"64": "icon64.png",
"96": "icon96.png",
"128": "icon128.png"
}
} | |