F1 standings
Brings up current F1 drivers and constructors standings along with last race results
什么是F1 standings?
F1 standings是由grantgoldman.develop开发的Chrome扩展程序,该扩展的主要功能是“Brings up current F1 drivers and constructors standings along with last race results”。
扩展截图
下载F1 standings扩展crx文件
下载F1 standings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will pull up the current standing for the Formula 1 World Drivers Championship, World Constructors Championship, the results from the last race, and the current year's schedule. The information is cached upon refresh, allowing for offline access. You can refresh the information with a single button press with the update then happening in the background.
扩展基本信息
名称 | F1 standings |
ID | lddhloiepcliefkfbiaimdbhkfhkfdfh |
官方URL | https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh |
简介 | Brings up current F1 drivers and constructors standings along with last race results |
文件大小 | 13.45 KB |
安装次数 | 201 |
当前版本 | 1.2 |
更新时间 | 2024-02-02 |
上架时间 | 2022-11-02 |
评分 | 5.00/5 共2次评分 |
开发者 | grantgoldman.develop |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "F1 standings", "description": "Brings up current F1 drivers and constructors standings along with last race results", "version": "1.2", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.formula1.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/podium16.png", "32": "\/images\/podium32.png", "48": "\/images\/podium48.png", "128": "\/images\/podium128.png" } }, "icons": { "16": "\/images\/podium16.png", "32": "\/images\/podium32.png", "48": "\/images\/podium48.png", "128": "\/images\/podium128.png" } } |