Password Safe
Easy interface to Password Safe
Password Safeとは何ですか?
Password Safeはhttps://safe.manki.inによって開発されたChromeの拡張機能で、その主な機能は「Easy interface to Password Safe」です。
拡張機能のスクリーンショット
Password Safe拡張機能のCRXファイルをダウンロード
Password Safe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Password Safe is a simple password manager that stores your passwords. This can also generate a unique password for each of your account. Password Safe uses standard PGP for encryption, so you can decrypt your data with any PGP program. This program also allows you to automatically backup your data to Google Drive (in encrypted form). Mobile users can open https://safe.manki.in/ on Chrome directly. There is also an Android app available at https://play.google.com/store/apps/details?id=in.manki.android.mpass CAUTION - If you ever forget your master password, it's almost impossible to recover your data. Make sure to choose a master password that you'll remember. - Since this app uses Google sign-in, do not store your Google account's password in Password Safe. You'll need to sign into your Google account before opening this app.
拡張機能の基本情報
名前 | Password Safe |
ID | eidnidimopaahjfkneciofgpdfejoalj |
公式URL | https://chromewebstore.google.com/detail/password-safe/eidnidimopaahjfkneciofgpdfejoalj |
説明 | Easy interface to Password Safe |
ファイルサイズ | 997 KB |
インストール数 | 263 |
現在のバージョン | 1.1.8 |
最終更新日 | 2022-01-09 |
公開日 | 2016-05-30 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | https://safe.manki.in |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://safe.manki.in/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Password Safe", "version": "1.1.8", "description": "Easy interface to Password Safe", "action": { "default_icon": "img\/icon.png", "default_title": "Password Safe", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "icons": { "48": "img\/icon.png" } } |