F1 New Tab

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

Qu'est-ce que F1 New Tab ?

F1 New Tab est une extension Chrome développée par Alex Walder, et sa fonction principale est "Get the schedule for the next F1 weekend when you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension F1 New Tab

Téléchargez les fichiers d'extension F1 New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom F1 New Tab F1 New Tab
ID hhbklikplekokbnhojflejamgomelkio
URL Officiel https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio
Description Get the schedule for the next F1 weekend when you open a new tab.
Taille du Fichier 21.71 MB
Nombre d'Installations 118
Version Actuelle 1.1
Dernière Mise à Jour 2022-09-06
Date de Publication 2022-07-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur Alex Walder
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}