F1 New Tab

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

什麼是F1 New Tab?

F1 New Tab是由Alex Walder開發的Chrome擴展程式,該擴展的主要功能是“Get the schedule for the next F1 weekend when you open a new tab.”。

擴展截圖

screenshot
screenshot

下載F1 New Tab擴展crx文件

下載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
官方網址 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"
    }
}