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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย F1 New Tab

ดาวน์โหลดไฟล์ส่วนขยาย F1 New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}