F1 New Tab

Get the schedule for the next F1 weekend when you open a new tab.

Что такое F1 New Tab?

F1 New Tab - это расширение Chrome, разработанное Alex Walder, и его основная функция - "Get the schedule for the next F1 weekend when you open a new tab.".

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

screenshot
screenshot

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

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

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

                        Install this extension to view a summary of the schedule for the next round of the Formula 1 world championship whenever you open a new tab.                    

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

Название F1 New Tab F1 New Tab
ID hhbklikplekokbnhojflejamgomelkio
Официальный URL https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio
Описание Get the schedule for the next F1 weekend when you open a new tab.
Размер файла 21.71 MB
Количество установок 118
Текущая Версия 1.1
Последнее Обновление 2022-09-06
Дата публикации 2022-07-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Alex Walder
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F1 New Tab",
    "description": "Get the schedule for the next F1 weekend when you open a new tab.",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "build\/src\/background.js",
        "type": "module"
    },
    "icons": {
        "128": "Icon.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab\/dist\/index.html"
    }
}