F1 standings
Brings up current F1 drivers and constructors standings along with last race results
Cos'è F1 standings?
F1 standings è un'estensione di Chrome sviluppata da grantgoldman.develop, e la sua funzione principale è "Brings up current F1 drivers and constructors standings along with last race results".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione F1 standings
Scarica i file di estensione F1 standings 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
This extension will pull up the current standing for the Formula 1 World Drivers Championship, World Constructors Championship, the results from the last race, and the current year's schedule. The information is cached upon refresh, allowing for offline access. You can refresh the information with a single button press with the update then happening in the background.
Informazioni di Base sull'Estensione
Nome | F1 standings |
ID | lddhloiepcliefkfbiaimdbhkfhkfdfh |
URL Ufficiale | https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh |
Descrizione | Brings up current F1 drivers and constructors standings along with last race results |
Dimensione del File | 13.45 KB |
Conteggio Installazioni | 201 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2024-02-02 |
Data di Pubblicazione | 2022-11-02 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | grantgoldman.develop |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "F1 standings", "description": "Brings up current F1 drivers and constructors standings along with last race results", "version": "1.2", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.formula1.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/podium16.png", "32": "\/images\/podium32.png", "48": "\/images\/podium48.png", "128": "\/images\/podium128.png" } }, "icons": { "16": "\/images\/podium16.png", "32": "\/images\/podium32.png", "48": "\/images\/podium48.png", "128": "\/images\/podium128.png" } } |