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
电子邮箱 [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"
        ]
    }
}