Bookmark Syncer

A Chrome Extension for Bookmark Sync

什麼是Bookmark Syncer?

Bookmark Syncer是由Hisheng開發的Chrome擴展程式,該擴展的主要功能是“A Chrome Extension for Bookmark Sync”。

擴展截圖

screenshot
screenshot

下載Bookmark Syncer擴展crx文件

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

擴展使用說明

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

擴展基本資訊

名稱 Bookmark Syncer Bookmark Syncer
ID mgeeacninhjdldchnllhlncfjcajfpbp
官方網址 https://chromewebstore.google.com/detail/bookmark-syncer/mgeeacninhjdldchnllhlncfjcajfpbp
簡介 A Chrome Extension for Bookmark Sync
檔案大小 79.96 KB
安裝次數 413
目前版本 2.0.0
更新時間 2022-03-28
上架時間 2022-03-28
開發者 Hisheng
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/hishengs/bookmark-syncer
說明頁面URL https://github.com/hishengs/bookmark-syncer
支援的語言 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"
}