View Devices in New Tab

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

Co to jest View Devices in New Tab?

View Devices in New Tab to rozszerzenie Chrome opracowane przez lgarron, a jego główną funkcją jest „Changes the new tab page to be a list of tabs open on your other devices.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia View Devices in New Tab

Pobierz pliki rozszerzeń View Devices in New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
Oficjalny URL https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
Opis Changes the new tab page to be a list of tabs open on your other devices.
Rozmiar pliku 4.44 KB
Liczba instalacji 438
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-12-04
Data Publikacji 2015-10-29
Ocena 4.18/5 Łącznie 11 Oceny
Deweloper lgarron
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/lgarron/chrome-devices-in-new-tab
Adres URL Strony Pomocy https://github.com/lgarron/chrome-devices-in-new-tab/issues
Obsługiwane Języki 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"
    }
}