BookmarkHub - sync bookmarks
BookmarkHub,sync bookmarks across different browsers
BookmarkHub - sync bookmarks là gì?
BookmarkHub - sync bookmarks là một tiện ích mở rộng Chrome được phát triển bởi dudor, và tính năng chính của nó là "BookmarkHub,sync bookmarks across different browsers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BookmarkHub - sync bookmarks
Tải xuống các tệp mở rộng BookmarkHub - sync bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BookmarkHub - sync bookmarks |
ID | fohimdklhhcpcnpmmichieidclgfdmol |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmarkhub-sync-bookmark/fohimdklhhcpcnpmmichieidclgfdmol |
Mô tả | BookmarkHub,sync bookmarks across different browsers |
Kích Thước Tệp | 147 KB |
Số Lần Cài Đặt | 6,349 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2021-07-25 |
Ngày Phát Hành | 2021-04-14 |
Đánh Giá | 4.62/5 Tổng số 45 Đánh Giá |
Nhà Phát Triển | dudor |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dudor/BookmarkHub |
URL Trang Trợ Giúp | https://github.com/dudor/BookmarkHub |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |