View Devices in New Tab
Changes the new tab page to be a list of tabs open on your other devices.
Co je View Devices in New Tab?
View Devices in New Tab je rozšíření Chrome vyvinuté lgarron, a jeho hlavní funkcí je „Changes the new tab page to be a list of tabs open on your other devices.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření View Devices in New Tab
Stáhněte si soubory rozšíření View Devices in New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | View Devices in New Tab |
ID | openfippajlljagenibphbbpmifdploj |
Oficiální URL | https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj |
Popis | Changes the new tab page to be a list of tabs open on your other devices. |
Velikost souboru | 4.44 KB |
Počet instalací | 438 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2023-12-04 |
Datum Vydání | 2015-10-29 |
Hodnocení | 4.18/5 Celkem 11 Hodnocení |
Vývojář | lgarron |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/lgarron/chrome-devices-in-new-tab |
URL Stránky Nápovědy | https://github.com/lgarron/chrome-devices-in-new-tab/issues |
Podporované Jazyky | 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" } } |