F1 standings
Brings up current F1 drivers and constructors standings along with last race results
Co to jest F1 standings?
F1 standings to rozszerzenie Chrome opracowane przez grantgoldman.develop, a jego główną funkcją jest „Brings up current F1 drivers and constructors standings along with last race results”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia F1 standings
Pobierz pliki rozszerzeń F1 standings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | F1 standings |
ID | lddhloiepcliefkfbiaimdbhkfhkfdfh |
Oficjalny URL | https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh |
Opis | Brings up current F1 drivers and constructors standings along with last race results |
Rozmiar pliku | 13.45 KB |
Liczba instalacji | 201 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2024-02-02 |
Data Publikacji | 2022-11-02 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | grantgoldman.develop |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |