F1 Info
Updates on F1 races
什么是F1 Info?
F1 Info是由lashewi开发的Chrome扩展程序,该扩展的主要功能是“Updates on F1 races”。
扩展截图
下载F1 Info扩展crx文件
下载F1 Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Never miss a race with the F1-Info Extension
Download the F1-Info Extension for F1 related race track information.
► It’s everything you need for a full-on F1 race weekend.
- Get everything you need to know about the next race.
- Get Race, Qualifying, Sprint Races, Free practice 1, Free practice 2 and Free practice 3 time schedules.
- Schedule can be viewed on 12h clock or 24H clock.
- Complete Race Calendar
- Race reminder, will let you know before the race begins.
With F1-Info now you can always lock into the F1 weekend time schedule. 扩展基本信息
| 名称 | |
| ID | cbnepjlnpdmcfobbmkpoflapdbhmhcep |
| 官方URL | https://chromewebstore.google.com/detail/f1-info/cbnepjlnpdmcfobbmkpoflapdbhmhcep |
| 简介 | Updates on F1 races |
| 文件大小 | 26.16 KB |
| 安装次数 | 590 |
| 当前版本 | 0.0.8 |
| 更新时间 | 2024-03-03 |
| 上架时间 | 2022-07-13 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | lashewi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "F1 Info",
"version": "0.0.8",
"description": "Updates on F1 races",
"manifest_version": 3,
"author": "Lakshitha Wisumperuma @lashewi",
"permissions": [
"storage",
"alarms",
"notifications"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html",
"default_title": "F1 Info",
"default_icon": "public\/f1.png"
},
"icons": {
"32": "public\/f1-32.png",
"48": "public\/f1-48.png",
"128": "public\/f1-128.png"
}
} | |