F1 standings

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

Τι είναι το F1 standings;

Το F1 standings είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον grantgoldman.develop, και η κύρια λειτουργία του είναι "Brings up current F1 drivers and constructors standings along with last race results".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης F1 standings

Λήψη αρχείων επέκτασης F1 standings σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα F1 standings F1 standings
ID lddhloiepcliefkfbiaimdbhkfhkfdfh
Επίσημο URL https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh
Περιγραφή Brings up current F1 drivers and constructors standings along with last race results
Μέγεθος Αρχείου 13.45 KB
Αριθμός Εγκαταστάσεων 201
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2024-02-02
Ημερομηνία Δημοσίευσης 2022-11-02
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής grantgoldman.develop
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}