F1 standings

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

Hvad er F1 standings?

F1 standings er en Chrome-udvidelse udviklet af grantgoldman.develop, og dens hovedfunktion er "Brings up current F1 drivers and constructors standings along with last race results".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download F1 standings-udvidelses-CRX-fil

Download F1 standings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn F1 standings F1 standings
ID lddhloiepcliefkfbiaimdbhkfhkfdfh
Officiel URL https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh
Beskrivelse Brings up current F1 drivers and constructors standings along with last race results
Filstørrelse 13.45 KB
Antal Installationer 201
Nuværende Version 1.2
Senest Opdateret 2024-02-02
Udgivelsesdato 2022-11-02
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler grantgoldman.develop
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}