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
公式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
Eメール [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"
    }
}