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文件

下載UC Sync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}