F1 Background Extension

Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!

F1 Background Extensionとは何ですか?

F1 Background ExtensionはBennett Kedroskyによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!」です。

拡張機能のスクリーンショット

screenshot

F1 Background Extension拡張機能のCRXファイルをダウンロード

F1 Background Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!                    

拡張機能の基本情報

名前 F1 Background Extension F1 Background Extension
ID jnebjkoihabiehdbikpbhabmjnlclgjj
公式URL https://chromewebstore.google.com/detail/f1-background-extension/jnebjkoihabiehdbikpbhabmjnlclgjj
説明 Chrome extension for fans of F1. It will display a random F1 picture every time you open a new tab!
ファイルサイズ 20.39 MB
インストール数 29
現在のバージョン 0.1
最終更新日 2021-05-08
公開日 2021-05-07
開発者 Bennett Kedrosky
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "F1 Background Extension",
    "version": "0.1",
    "chrome_url_overrides": {
        "newtab": "myNewTab.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}