F1 New Tab

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

Co je F1 New Tab?

F1 New Tab je rozšíření Chrome vyvinuté Alex Walder, a jeho hlavní funkcí je „Get the schedule for the next F1 weekend when you open a new tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření F1 New Tab

Stáhněte si soubory rozšíření F1 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í

                        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.                    

Základní Informace o Rozšíření

Název F1 New Tab F1 New Tab
ID hhbklikplekokbnhojflejamgomelkio
Oficiální URL https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio
Popis Get the schedule for the next F1 weekend when you open a new tab.
Velikost souboru 21.71 MB
Počet instalací 118
Aktuální Verze 1.1
Poslední Aktualizace 2022-09-06
Datum Vydání 2022-07-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Alex Walder
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}