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 |
官方網址 | 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 |
電子郵箱 | [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" } } |