BookmarkHub - sync bookmarks

BookmarkHub,sync bookmarks across different browsers

BookmarkHub - sync bookmarksคืออะไร?

BookmarkHub - sync bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dudor และคุณลักษณะหลักของมันคือ "BookmarkHub,sync bookmarks across different browsers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BookmarkHub - sync bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": []
}