F1 New Tab

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

Wat is F1 New Tab?

F1 New Tab is een Chrome-extensie ontwikkeld door Alex Walder, en de belangrijkste functie is "Get the schedule for the next F1 weekend when you open a new tab.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie F1 New Tab

Download F1 New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam F1 New Tab F1 New Tab
ID hhbklikplekokbnhojflejamgomelkio
Officiële URL https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio
Beschrijving Get the schedule for the next F1 weekend when you open a new tab.
Bestandsgrootte 21.71 MB
Aantal Installaties 118
Huidige Versie 1.1
Laatst Bijgewerkt 2022-09-06
Publicatiedatum 2022-07-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Alex Walder
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}