F1 New Tab
Get the schedule for the next F1 weekend when you open a new tab.
ما هو F1 New Tab؟
F1 New Tab هو إضافة Chrome تم تطويرها بواسطة Alex Walder، والميزة الرئيسية لها هي "Get the schedule for the next F1 weekend when you open a new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة F1 New Tab
قم بتنزيل ملفات الامتداد F1 New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Install this extension to view a summary of the schedule for the next round of the Formula 1 world championship whenever you open a new tab.
معلومات أساسية عن التمديد
الاسم | F1 New Tab |
ID | hhbklikplekokbnhojflejamgomelkio |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio |
الوصف | Get the schedule for the next F1 weekend when you open a new tab. |
حجم الملف | 21.71 MB |
عدد التثبيتات | 118 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-09-06 |
تاريخ النشر | 2022-07-17 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Alex Walder |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "F1 New Tab", "description": "Get the schedule for the next F1 weekend when you open a new tab.", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "build\/src\/background.js", "type": "module" }, "icons": { "128": "Icon.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab\/dist\/index.html" } } |