safari2chrome bookmarks synchronization

Keep your Chrome bookmarks up to date with the Safari bookmarks

safari2chrome bookmarks synchronization란 무엇입니까?

safari2chrome bookmarks synchronization은(는) https://safari2chrome.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep your Chrome bookmarks up to date with the Safari bookmarks"입니다.

확장 프로그램 스크린샷

screenshot

safari2chrome bookmarks synchronization 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Your browser sync bookmarks from iCloud in the same way that Safari does
We do not store bookmarks on our servers
We do not keep passwords of your credentials
All your bookmarks are stored in your iCloud account
You do not need to install iTunes in order to use the software                    

확장 프로그램 기본 정보

이름 safari2chrome bookmarks synchronization safari2chrome bookmarks synchronization
ID mhhcbjdgifnbfjpdppedcekihpnnljba
공식 URL https://chromewebstore.google.com/detail/safari2chrome-bookmarks-s/mhhcbjdgifnbfjpdppedcekihpnnljba
설명 Keep your Chrome bookmarks up to date with the Safari bookmarks
파일 크기 573 KB
설치 횟수 212
현재 버전 1.0.3
최근 업데이트 2022-12-12
출시 날짜 2022-05-27
평점 3.00/5 총 2 개의 평점
개발자 https://safari2chrome.com
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://safari2chrome.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "safari2chrome bookmarks synchronization",
    "description": "Keep your Chrome bookmarks up to date with the Safari bookmarks",
    "version": "1.0.3",
    "action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background-page.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "bookmarks",
        "alarms",
        "nativeMessaging"
    ]
}