Password Safe Box
Save your password into the safe box.
什麼是Password Safe Box?
Password Safe Box是由key開發的Chrome擴展程式,該擴展的主要功能是“Save your password into the safe box.”。
擴展截圖
下載Password Safe Box擴展crx文件
下載Password Safe Box擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Password Safe Box is very very security because of its features: 1.Any network privileges no need. This feature ensure the data that saved in the extension can't send to any server by Internet, and then ensure your data will not be stolen by the developer of the extension; 2.Use the AES encryption algorithm, the USA goverment also adopt it. 3.Never save the user's enter password in the disk. And it will destroy the password in the computer memory immediately after you close the extension popup window. 4.Use the google cloud to backup your data which would be encrypted before upload. More details see the "More Help" page in the extension. The extension can save other private information like private letter,daily etc which is write with text.
擴展基本資訊
名稱 | Password Safe Box |
ID | njnffblfmpifpannonhbmfiellngpade |
官方網址 | https://chromewebstore.google.com/detail/password-safe-box/njnffblfmpifpannonhbmfiellngpade |
簡介 | Save your password into the safe box. |
檔案大小 | 248 KB |
安裝次數 | 666 |
目前版本 | 1.3.2 |
更新時間 | 2020-03-16 |
上架時間 | 2020-03-15 |
評分 | 4.50/5 共 16 次評分 |
開發者 | key |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "1.3.2", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage", "tabs" ], "icons": { "16": "images\/box-close-16.png", "48": "images\/box-close-48.png", "128": "images\/box-close-128.png" }, "browser_action": { "default_icon": { "19": "images\/box-close-32.png", "38": "images\/box-close-32.png" } }, "background": { "scripts": [ "js\/libs\/jquery.js", "js\/libs\/jquery\/base64.js", "js\/sync.js", "js\/libs\/string.js", "js\/libs\/date.js", "js\/popup-setting.js", "js\/background.js" ] } } |