F1 standings
Brings up current F1 drivers and constructors standings along with last race results
Apa itu F1 standings?
F1 standings adalah ekstensi Chrome yang dikembangkan oleh grantgoldman.develop, dan fitur utamanya adalah "Brings up current F1 drivers and constructors standings along with last race results".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi F1 standings
Unduh file ekstensi F1 standings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | F1 standings |
ID | lddhloiepcliefkfbiaimdbhkfhkfdfh |
URL Resmi | https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh |
Deskripsi | Brings up current F1 drivers and constructors standings along with last race results |
Ukuran File | 13.45 KB |
Jumlah Instalasi | 201 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2024-02-02 |
Tanggal Publikasi | 2022-11-02 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | grantgoldman.develop |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |