F1 standings

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

Qu'est-ce que F1 standings ?

F1 standings est une extension Chrome développée par grantgoldman.develop, et sa fonction principale est "Brings up current F1 drivers and constructors standings along with last race results".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension F1 standings

Téléchargez les fichiers d'extension F1 standings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom F1 standings F1 standings
ID lddhloiepcliefkfbiaimdbhkfhkfdfh
URL Officiel https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh
Description Brings up current F1 drivers and constructors standings along with last race results
Taille du Fichier 13.45 KB
Nombre d'Installations 201
Version Actuelle 1.2
Dernière Mise à Jour 2024-02-02
Date de Publication 2022-11-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur grantgoldman.develop
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}