F1 New Tab

Get the schedule for the next F1 weekend when you open a new tab.

F1 New Tab là gì?

F1 New Tab là một tiện ích mở rộng Chrome được phát triển bởi Alex Walder, và tính năng chính của nó là "Get the schedule for the next F1 weekend when you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng F1 New Tab

Tải xuống các tệp mở rộng F1 New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên F1 New Tab F1 New Tab
ID hhbklikplekokbnhojflejamgomelkio
URL Chính Thức https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio
Mô tả Get the schedule for the next F1 weekend when you open a new tab.
Kích Thước Tệp 21.71 MB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-09-06
Ngày Phát Hành 2022-07-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Alex Walder
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}