Bookmark Lock

Lock your private bookmarks

What is Bookmark Lock?

Bookmark Lock is a Chrome extension developed by engr.mo, and its main feature is "Lock your private bookmarks".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bookmark Lock Extension CRX File

Download Bookmark Lock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Lock your private bookmarks.

v1.1.2
-Increase the remote synchronization function;
-Fixed bugs.                    

Extension Basic Information

Name Bookmark Lock Bookmark Lock
ID comgdpdblghhphamnlfjdmcpfekanbke
Official URL https://chromewebstore.google.com/detail/bookmark-lock/comgdpdblghhphamnlfjdmcpfekanbke
Description Lock your private bookmarks
File Size 386 KB
Installation Count 3,081
Current Version 1.1.2
Last Updated 2019-01-10
Publish Date 2019-01-09
Rating 3.82/5 Total 11 Ratings
Developer engr.mo
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "img\/lock19.png",
            "38": "img\/lock38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/lock16.png",
        "32": "img\/lock32.png",
        "48": "img\/lock48.png",
        "128": "img\/lock128.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "contextMenus",
        "storage"
    ]
}