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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة F1 standings
قم بتنزيل ملفات الامتداد F1 standings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |