Bookmark Syncer

A Chrome Extension for Bookmark Sync

Bookmark Syncer란 무엇입니까?

Bookmark Syncer은(는) Hisheng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension for Bookmark Sync"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bookmark Syncer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It is a bookmark sync tool for area (china, etc.) that can not update bookmarks between devices quickly                    

확장 프로그램 기본 정보

이름 Bookmark Syncer Bookmark Syncer
ID mgeeacninhjdldchnllhlncfjcajfpbp
공식 URL https://chromewebstore.google.com/detail/bookmark-syncer/mgeeacninhjdldchnllhlncfjcajfpbp
설명 A Chrome Extension for Bookmark Sync
파일 크기 79.96 KB
설치 횟수 413
현재 버전 2.0.0
최근 업데이트 2022-03-28
출시 날짜 2022-03-28
개발자 Hisheng
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/hishengs/bookmark-syncer
도움말 페이지 URL https://github.com/hishengs/bookmark-syncer
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Syncer",
    "version": "2.0.0",
    "author": "[email protected]",
    "description": "A Chrome Extension for Bookmark Sync",
    "homepage_url": "https:\/\/github.com\/Hishengs\/bookmark-syncer",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [],
    "action": {
        "default_icon": "icon\/48.png",
        "default_title": "A Chrome Extension for Bookmark Sync",
        "default_popup": "src\/popup.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "bookmarks",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.github.com\/",
        "https:\/\/*.githubusercontent.com\/",
        "https:\/\/*.gitee.com\/"
    ],
    "default_locale": "en"
}