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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 Password Safe Box
ID njnffblfmpifpannonhbmfiellngpade
公式URL 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
Eメール [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"
        ]
    }
}