Chrome Device Tab Manager

See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…

Chrome Device Tab Manager là gì?

Chrome Device Tab Manager là một tiện ích mở rộng Chrome được phát triển bởi http://seanssmith.com, và tính năng chính của nó là "See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome Device Tab Manager

Tải xuống các tệp mở rộng Chrome Device Tab Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        See all the open tabs on your devices!

Easily transition from reading on your phone or ipad to reading on your computer. 

Click the device name to restore all the tabs in a new window or click on the individual tab to open in a new tab.

You must be signed in to chrome on your device and have syncing turned on (it's on by default).

Instructions can be found here: https://support.google.com/chrome/answer/185277                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Device Tab Manager Chrome Device Tab Manager
ID gmocgmijffnnlfpidkoobkmoadpaojkp
URL Chính Thức https://chrome.google.com/webstore/detail/chrome-device-tab-manager/gmocgmijffnnlfpidkoobkmoadpaojkp
Mô tả See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…
Kích Thước Tệp 1.76 MB
Số Lần Cài Đặt 399
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-03-15
Ngày Phát Hành 2016-03-15
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://seanssmith.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sean-smith/koala
URL Trang Trợ Giúp https://github.com/sean-smith/koala/issues
URL Trang Chính Sách Bảo Mật https://seanssmith.net/copyright.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Device Tab Manager",
    "version": "0.2",
    "permissions": [
        "sessions",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Tabs open on your devices.",
        "default_icon": "images\/iphone-128x128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/iphone-48x48.png",
        "128": "images\/iphone-128x128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}