Bookmark Syncer

A Chrome Extension for Bookmark Sync

What is Bookmark Syncer?

Bookmark Syncer is a Chrome extension developed by Hisheng, and its main feature is "A Chrome Extension for Bookmark Sync".

Extension Screenshots

screenshot
screenshot

Download Bookmark Syncer Extension CRX File

Download Bookmark Syncer 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

                        It is a bookmark sync tool for area (china, etc.) that can not update bookmarks between devices quickly                    

Extension Basic Information

Name Bookmark Syncer Bookmark Syncer
ID mgeeacninhjdldchnllhlncfjcajfpbp
Official URL https://chromewebstore.google.com/detail/bookmark-syncer/mgeeacninhjdldchnllhlncfjcajfpbp
Description A Chrome Extension for Bookmark Sync
File Size 79.96 KB
Installation Count 413
Current Version 2.0.0
Last Updated 2022-03-28
Publish Date 2022-03-28
Developer Hisheng
Email [email protected]
Payment Type free
Extension Website https://github.com/hishengs/bookmark-syncer
Help Page URL https://github.com/hishengs/bookmark-syncer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Syncer",
    "version": "2.0.0",
    "author": "[email protected]",
    "description": "A Chrome Extension for Bookmark Sync",
    "homepage_url": "https:\/\/github.com\/Hishengs\/bookmark-syncer",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [],
    "action": {
        "default_icon": "icon\/48.png",
        "default_title": "A Chrome Extension for Bookmark Sync",
        "default_popup": "src\/popup.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "bookmarks",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.github.com\/",
        "https:\/\/*.githubusercontent.com\/",
        "https:\/\/*.gitee.com\/"
    ],
    "default_locale": "en"
}