View Devices in New Tab

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

Vad är View Devices in New Tab?

View Devices in New Tab är en Chrome-tillägg utvecklad av lgarron, och dess huvudfunktion är "Changes the new tab page to be a list of tabs open on your other devices.".

Tilläggsskärmbilder

screenshot

Ladda ner View Devices in New Tab-förlängningens CRX-fil

Ladda ner View Devices in New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
Officiell webbadress https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
Beskrivning Changes the new tab page to be a list of tabs open on your other devices.
Filstorlek 4.44 KB
Antal Installationer 438
Aktuell Version 1.2
Senast Uppdaterad 2023-12-04
Publiceringsdatum 2015-10-29
Betyg 4.18/5 Totalt 11 Betyg
Utvecklare lgarron
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/lgarron/chrome-devices-in-new-tab
Hjälpsida URL https://github.com/lgarron/chrome-devices-in-new-tab/issues
Stödda Språk 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"
    }
}