UC Sync

Sync bookmarks and opened tabs between your Chrome and UC Browser

UC Syncคืออะไร?

UC Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย UC优视 และคุณลักษณะหลักของมันคือ "Sync bookmarks and opened tabs between your Chrome and UC Browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UC Sync

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}