MyPass
Generate different passwords for different sites with a single passphrase.
MyPassとは何ですか?
MyPassはChen Yufeiによって開発されたChromeの拡張機能で、その主な機能は「Generate different passwords for different sites with a single passphrase.」です。
拡張機能のスクリーンショット
MyPass拡張機能のCRXファイルをダウンロード
MyPass拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate different passwords for different sites with a single passphrase.
The password generation algorithm is the same as One Shall Pass (https://oneshallpass.com).
There's also an iOS optimized version http://chenyufei.info/p/mypass/ios.html 拡張機能の基本情報
| 名前 | |
| ID | pbaehcadchmngjeahmifjonliaaidgdj |
| 公式URL | https://chromewebstore.google.com/detail/mypass/pbaehcadchmngjeahmifjonliaaidgdj |
| 説明 | Generate different passwords for different sites with a single passphrase. |
| ファイルサイズ | 109 KB |
| インストール数 | 58 |
| 現在のバージョン | 1.4.2 |
| 最終更新日 | 2014-03-26 |
| 公開日 | 2014-03-26 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | Chen Yufei |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/cyfdecyf/mypass |
| ヘルプページのURL | https://github.com/cyfdecyf/mypass/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MyPass",
"description": "Generate different passwords for different sites with a single passphrase.",
"version": "1.4.2",
"icons": {
"128": "icon-128.png"
},
"browser_action": {
"default_icon": {
"19": "icon-19.png",
"38": "icon-38.png"
},
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"tabs",
"storage"
]
} | |