F1 standings

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

Co je F1 standings?

F1 standings je rozšíření Chrome vyvinuté grantgoldman.develop, a jeho hlavní funkcí je „Brings up current F1 drivers and constructors standings along with last race results“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření F1 standings

Stáhněte si soubory rozšíření F1 standings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název F1 standings F1 standings
ID lddhloiepcliefkfbiaimdbhkfhkfdfh
Oficiální URL https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh
Popis Brings up current F1 drivers and constructors standings along with last race results
Velikost souboru 13.45 KB
Počet instalací 201
Aktuální Verze 1.2
Poslední Aktualizace 2024-02-02
Datum Vydání 2022-11-02
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář grantgoldman.develop
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}