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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |