BookmarkHub - sync bookmarks

BookmarkHub,sync bookmarks across different browsers

BookmarkHub - sync bookmarksとは何ですか?

BookmarkHub - sync bookmarksはdudorによって開発されたChromeの拡張機能で、その主な機能は「BookmarkHub,sync bookmarks across different browsers」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

BookmarkHub - sync bookmarks拡張機能のCRXファイルをダウンロード

BookmarkHub - sync bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        BookmarkHub is a browser plug-in that can synchronize your bookmarks between different browsers.

For major browsers such as Chrome, Firefox, Microsoft Edge, and more.
It uses GitHub's Gist records to store browser bookmarks for safe and secure use.

First you must have a github account , and create a token that can access your gist, then create a gist.
open the setting panel of bookmarkhub , fill them with your github token and gist ID.
after uploaded the bookmarks ,you can open gist to check them.
Find more: https://github.com/dudor/BookmarkHub

## Features
* No registration required, just use the Token and Gist of your GitHub account
* Easy to upload and download bookmarks with one click
* Clear all local bookmarks with one click
* Support cross-machine and cross-browser synchronization of bookmarks
* Support to display the number of local and remote bookmarks                    

拡張機能の基本情報

名前 BookmarkHub - sync bookmarks BookmarkHub - sync bookmarks
ID fohimdklhhcpcnpmmichieidclgfdmol
公式URL https://chromewebstore.google.com/detail/bookmarkhub-sync-bookmark/fohimdklhhcpcnpmmichieidclgfdmol
説明 BookmarkHub,sync bookmarks across different browsers
ファイルサイズ 147 KB
インストール数 6,349
現在のバージョン 0.0.4
最終更新日 2021-07-25
公開日 2021-04-14
評価 4.62/5 合計 45 レビュー
開発者 dudor
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/dudor/BookmarkHub
ヘルプページのURL https://github.com/dudor/BookmarkHub
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "author": "dudor",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/www.github.com\/dudor\/BookmarkHub",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_extensionDescription__",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "bookmarks",
        "storage",
        "notifications",
        "https:\/\/*.github.com\/",
        "https:\/\/*.githubusercontent.com\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "content_scripts": []
}