View Devices in New Tab

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

Apa itu View Devices in New Tab?

View Devices in New Tab adalah ekstensi Chrome yang dikembangkan oleh lgarron, dan fitur utamanya adalah "Changes the new tab page to be a list of tabs open on your other devices.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi View Devices in New Tab

Unduh file ekstensi View Devices in New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
URL Resmi https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
Deskripsi Changes the new tab page to be a list of tabs open on your other devices.
Ukuran File 4.44 KB
Jumlah Instalasi 438
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-12-04
Tanggal Publikasi 2015-10-29
Penilaian 4.18/5 Total 11 Penilaian
Pengembang lgarron
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/lgarron/chrome-devices-in-new-tab
URL Halaman Bantuan https://github.com/lgarron/chrome-devices-in-new-tab/issues
Bahasa yang Didukung 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"
    }
}