F1 standings
Brings up current F1 drivers and constructors standings along with last race results
Vad är F1 standings?
F1 standings är en Chrome-tillägg utvecklad av grantgoldman.develop, och dess huvudfunktion är "Brings up current F1 drivers and constructors standings along with last race results".
Tilläggsskärmbilder
Ladda ner F1 standings-förlängningens CRX-fil
Ladda ner F1 standings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | F1 standings |
ID | lddhloiepcliefkfbiaimdbhkfhkfdfh |
Officiell webbadress | https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh |
Beskrivning | Brings up current F1 drivers and constructors standings along with last race results |
Filstorlek | 13.45 KB |
Antal Installationer | 201 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2024-02-02 |
Publiceringsdatum | 2022-11-02 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | grantgoldman.develop |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |