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
官方網址 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
電子郵箱 [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"
        ]
    }
}