View Devices in New Tab

Changes the new tab page to be a list of tabs open on your other devices.

View Devices in New Tab là gì?

View Devices in New Tab là một tiện ích mở rộng Chrome được phát triển bởi lgarron, và tính năng chính của nó là "Changes the new tab page to be a list of tabs open on your other devices.".

Ả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 View Devices in New Tab

Tải xuống các tệp mở rộng View Devices in New Tab 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

                        If you're signed into Chrome on multiple devices, you can use any device to view a list of tabs that are open on the others. This is easy on mobile, but it can be annoying to view it on desktop (either on the history tab, or by clicking on "Recent tabs" in the settings dropdown).

This changes the new tab page to a simple listing of your tabs on other devices.                    

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

Tên View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
URL Chính Thức https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
Mô tả Changes the new tab page to be a list of tabs open on your other devices.
Kích Thước Tệp 4.44 KB
Số Lần Cài Đặt 438
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2015-10-29
Đánh Giá 4.18/5 Tổng số 11 Đánh Giá
Nhà Phát Triển lgarron
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lgarron/chrome-devices-in-new-tab
URL Trang Trợ Giúp https://github.com/lgarron/chrome-devices-in-new-tab/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Devices in New Tab",
    "description": "Changes the new tab page to be a list of tabs open on your other devices.",
    "version": "1.2",
    "permissions": [
        "sessions",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}