Password revealer
Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.
Password revealerとは何ですか?
Password revealerはjonathan.svardenによって開発されたChromeの拡張機能で、その主な機能は「Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.」です。
拡張機能のスクリーンショット
Password revealer拡張機能のCRXファイルをダウンロード
Password revealer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | ekgbhfcaocclbckaiodiegejdinnndja |
| 公式URL | https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja |
| 説明 | Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling. |
| ファイルサイズ | 15.35 KB |
| インストール数 | 967 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2014-03-30 |
| 公開日 | 2014-03-30 |
| 評価 | 4.38/5 合計 8 レビュー |
| 開発者 | jonathan.svarden |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Password revealer",
"version": "0.1",
"description": "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"revealext.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |