F1 standings

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

Wat is F1 standings?

F1 standings is een Chrome-extensie ontwikkeld door grantgoldman.develop, en de belangrijkste functie is "Brings up current F1 drivers and constructors standings along with last race results".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie F1 standings

Download F1 standings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam F1 standings F1 standings
ID lddhloiepcliefkfbiaimdbhkfhkfdfh
Officiële URL https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh
Beschrijving Brings up current F1 drivers and constructors standings along with last race results
Bestandsgrootte 13.45 KB
Aantal Installaties 201
Huidige Versie 1.2
Laatst Bijgewerkt 2024-02-02
Publicatiedatum 2022-11-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar grantgoldman.develop
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}