UC Sync

Sync bookmarks and opened tabs between your Chrome and UC Browser

UC Sync란 무엇입니까?

UC Sync은(는) UC优视에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sync bookmarks and opened tabs between your Chrome and UC Browser"입니다.

확장 프로그램 스크린샷

screenshot

UC Sync 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        UC Cloud Sync supports synchronizing browser data (bookmarks,tab,etc.) through UC accounts, in real time between mobile devices and your PC. You can switch seamlessly between the content across multiple devices. 

Download the latest UC Browser and sync data across different devices.
Sync Bookmarks: You can import the bookmarks on your PC to your phone and enjoy them anytime, anywhere.
Sync Tabs: You can sync opened tabs between PCs and mobile devices, and easily switch between them.

Download the latest UC Browser from: http://www.ucweb.com/English/UCbrowser/index.html

Note: Cloud Sync is supported only on UC Browser 9.0 for iPhone.                    

확장 프로그램 기본 정보

이름 UC Sync UC Sync
ID knngjajhgkigjgiblkjjfoenpkcokngl
공식 URL https://chromewebstore.google.com/detail/uc-sync/knngjajhgkigjgiblkjjfoenpkcokngl
설명 Sync bookmarks and opened tabs between your Chrome and UC Browser
파일 크기 300 KB
설치 횟수 5,702
현재 버전 1.1.0.3
최근 업데이트 2013-12-11
출시 날짜 2013-12-10
평점 2.92/5 총 332 개의 평점
개발자 UC优视
결제 유형 free
지원되는 언어 en,vi,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "version": "1.1.0.3",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/128.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_title": "__MSG_exttitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.7.1.min.js",
                "js\/notification.js"
            ],
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "bookmarks",
        "management",
        "cookies"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        "images\/weibo_login_announct.png",
        "images\/weibo_login_announct_en.png",
        "js\/jquery-1.7.1.min.js"
    ]
}