F1 standings

Brings up current F1 drivers and constructors standings along with last race results

Was ist F1 standings?

F1 standings ist eine Chrome-Erweiterung, die von grantgoldman.develop entwickelt wurde, und ihr Hauptmerkmal ist "Brings up current F1 drivers and constructors standings along with last race results".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

F1 standings-Erweiterungs-CRX-Datei herunterladen

Laden Sie F1 standings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name F1 standings F1 standings
ID lddhloiepcliefkfbiaimdbhkfhkfdfh
Offizielle URL https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh
Beschreibung Brings up current F1 drivers and constructors standings along with last race results
Dateigröße 13.45 KB
Installationsanzahl 201
Aktuelle Version 1.2
Letztes Update 2024-02-02
Veröffentlichungsdatum 2022-11-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler grantgoldman.develop
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}