Show Password Text
Shows text in password input
Show Password Textとは何ですか?
Show Password TextはDima PMによって開発されたChromeの拡張機能で、その主な機能は「Shows text in password input」です。
拡張機能のスクリーンショット
Show Password Text拡張機能のCRXファイルをダウンロード
Show Password Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows text entered in password input by using context menu. 拡張機能の基本情報
| 名前 | |
| ID | nbnpfhgiaplhmklolpaealfkdpfmbbpb |
| 公式URL | https://chromewebstore.google.com/detail/show-password-text/nbnpfhgiaplhmklolpaealfkdpfmbbpb |
| 説明 | Shows text in password input |
| ファイルサイズ | 25.47 KB |
| インストール数 | 469 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2016-10-30 |
| 公開日 | 2016-10-30 |
| 開発者 | Dima PM |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Dima PM",
"manifest_version": 2,
"name": "Show Password Text",
"version": "0.2",
"description": "Shows text in password input",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"contextMenus",
"activeTab"
],
"optional_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |