BookmarkHub - sync bookmarks
BookmarkHub,sync bookmarks across different browsers
什么是BookmarkHub - sync bookmarks?
BookmarkHub - sync bookmarks是由dudor开发的Chrome扩展程序,该扩展的主要功能是“BookmarkHub,sync bookmarks across different browsers”。
扩展截图
下载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 |
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": [] } |