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
公式URL 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
Eメール [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"
}