F1 New Tab
Get the schedule for the next F1 weekend when you open a new tab.
Cos'è F1 New Tab?
F1 New Tab è un'estensione di Chrome sviluppata da Alex Walder, e la sua funzione principale è "Get the schedule for the next F1 weekend when you open a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione F1 New Tab
Scarica i file di estensione F1 New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | F1 New Tab |
ID | hhbklikplekokbnhojflejamgomelkio |
URL Ufficiale | https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio |
Descrizione | Get the schedule for the next F1 weekend when you open a new tab. |
Dimensione del File | 21.71 MB |
Conteggio Installazioni | 118 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-09-06 |
Data di Pubblicazione | 2022-07-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Alex Walder |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |