View Devices in New Tab

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

Что такое View Devices in New Tab?

View Devices in New Tab - это расширение Chrome, разработанное lgarron, и его основная функция - "Changes the new tab page to be a list of tabs open on your other devices.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения View Devices in New Tab

Скачайте файлы расширений View Devices in New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
Официальный URL https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
Описание Changes the new tab page to be a list of tabs open on your other devices.
Размер файла 4.44 KB
Количество установок 438
Текущая Версия 1.2
Последнее Обновление 2023-12-04
Дата публикации 2015-10-29
Рейтинг 4.18/5 Всего 11 оценок
Разработчик lgarron
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/lgarron/chrome-devices-in-new-tab
URL страницы помощи https://github.com/lgarron/chrome-devices-in-new-tab/issues
Поддерживаемые языки 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"
    }
}