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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |