Next Browser Sync Plus for Chrome

With Next Browser Sync Plus, you can sync bookmarks directly to your mobile devieces in Next Browser.

Next Browser Sync Plus for Chromeคืออะไร?

Next Browser Sync Plus for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Next Browser Team และคุณลักษณะหลักของมันคือ "With Next Browser Sync Plus, you can sync bookmarks directly to your mobile devieces in Next Browser."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Next Browser Sync Plus for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Next Browser Sync Plus for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Next Browser Sync Plus, you can sync bookmarks directly to your mobile devieces in Next Browser.

You can use Next Browser Sync to sync your bookmarks across all devices and Chrome desktop browser. It is easy to use just by one key after login.

Sync Data:
Start to sync your Chrome bookmarks to your mobile device.

To sync data with your mobile device with Next Browser Sync, you first must download Next Browser for Android on Google Play.

Next Browser:
If you never think of changing browser, think again! In just few weeks after the release, 1 million users have started experiencing this mini, beautiful, easy-to-use and ultra fast web browser ---- Another work from GO Launcher team. From now on, browse web faster, more private and more secure.  

Download the latest version of Next Browser now!
https://play.google.com/store/apps/details?id=com.jiubang.browser

■ Follow Us
Facebook: https://www.facebook.com/NextBrowserForAndroid
Twitter: https://twitter.com/NextBrowser
Google+: https://plus.google.com/109090875597829388173/posts
YouTube: http://www.youtube.com/user/NextBrowser

■ Contact Us
Email:[email protected]
Our website:http://nextbrowser.goforandroid.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Next Browser Sync Plus for Chrome Next Browser Sync Plus for Chrome
ID eikaoeimlnplikakodlifpagiklbnefj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/next-browser-sync-plus-fo/eikaoeimlnplikakodlifpagiklbnefj
คำอธิบาย With Next Browser Sync Plus, you can sync bookmarks directly to your mobile devieces in Next Browser.
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-10-12
วันที่เผยแพร่ 2013-10-12
คะแนน 3.85/5 รวมทั้งหมด 117 คะแนน
ผู้พัฒนา Next Browser Team
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://nextbrowser.goforandroid.com/index.html
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "name": "__MSG_chrome_extension_name__",
    "version": "1.0",
    "description": "__MSG_chrome_extension_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/utils.js",
            "jquery\/jquery-1.7.2.min.js",
            "jquery\/jquery.timer.js",
            "js\/sendDataUtil.js",
            "js\/account.js",
            "js\/bookmark.js",
            "js\/bookmarkStorage.js",
            "js\/bookmarkMonitor.js",
            "js\/bookmarkControl.js"
        ]
    },
    "permissions": [
        "bookmarks",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_browser_action_default_title__",
        "default_popup": "login.html",
        "default_icon": "images\/logo19.png"
    },
    "icons": {
        "128": "images\/logo128.png",
        "16": "images\/logo16.png",
        "48": "images\/logo48.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/tip_icon.png",
        "images\/tip_left.png",
        "images\/tip_center.png",
        "images\/tip_right.png"
    ],
    "minimum_chrome_version": "17",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}