View Devices in New Tab

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

O que é View Devices in New Tab?

View Devices in New Tab é uma extensão do Chrome desenvolvida por lgarron, e sua principal característica é "Changes the new tab page to be a list of tabs open on your other devices.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão View Devices in New Tab

Baixe arquivos de extensão View Devices in New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
URL Oficial https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
Descrição Changes the new tab page to be a list of tabs open on your other devices.
Tamanho do Arquivo 4.44 KB
Contagem de Instalações 438
Versão Atual 1.2
Última Atualização 2023-12-04
Data de Publicação 2015-10-29
Classificação 4.18/5 Total de 11 Avaliações
Desenvolvedor lgarron
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/lgarron/chrome-devices-in-new-tab
URL da Página de Ajuda https://github.com/lgarron/chrome-devices-in-new-tab/issues
Idiomas Suportados 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"
    }
}