Private Bookmarker

Private Bookmark app will help you save bookmarks which are password protected.

什麼是Private Bookmarker?

Private Bookmarker是由Murali Krishna Chanda開發的Chrome擴展程式,該擴展的主要功能是“Private Bookmark app will help you save bookmarks which are password protected.”。

擴展截圖

screenshot
screenshot

下載Private Bookmarker擴展crx文件

下載Private Bookmarker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Private bookmark is a unique bookmark app, which will protect your bookmarks with a password. All your private bookmarks data are encrypted and stored in your local machine. They can only be viewed on providing correct password.                    

擴展基本資訊

名稱 Private Bookmarker Private Bookmarker
ID ioneiaafmcopdbalkdcngmhklemlhfka
官方網址 https://chromewebstore.google.com/detail/private-bookmarker/ioneiaafmcopdbalkdcngmhklemlhfka
簡介 Private Bookmark app will help you save bookmarks which are password protected.
檔案大小 366 KB
安裝次數 9,607
目前版本 1.4.1
更新時間 2019-07-24
上架時間 2019-07-24
評分 4.23/5 共 22 次評分
開發者 Murali Krishna Chanda
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Private Bookmarker",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "Private Bookmark app will help you save bookmarks which are password protected.",
    "browser_action": {
        "default_icon": "bookmark.png",
        "default_popup": "home.html"
    },
    "permissions": [
        "http:\/\/code.jquery.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "database.js",
                "jquery-2.0.3.min.js",
                "addbookmark.js",
                "jquery-ui.js",
                "common.js",
                "home.js",
                "passcode.js",
                "aes.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": true
}