F1 Now
Formula One World Championship Information. (Unofficial).
什么是F1 Now?
F1 Now是由PolyCoffees开发的Chrome扩展程序,该扩展的主要功能是“Formula One World Championship Information. (Unofficial).”。
扩展截图
下载F1 Now扩展crx文件
下载F1 Now扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
F1 Now is an extension that will allow you to know what the next Grand Prix of the Formula One season is, it will have details about the circuit and the different days and times of the corresponding events. Now you can access Formula One news in real time from the Twitter platform integrated into the extension itself.
扩展基本信息
名称 | F1 Now |
ID | ijepkjjmohaadiocakpicaidekmpndmd |
官方URL | https://chromewebstore.google.com/detail/f1-now/ijepkjjmohaadiocakpicaidekmpndmd |
简介 | Formula One World Championship Information. (Unofficial). |
文件大小 | 6.48 MB |
安装次数 | 3,415 |
当前版本 | 2.1 |
更新时间 | 2023-02-25 |
上架时间 | 2021-08-01 |
评分 | 5.00/5 共4次评分 |
开发者 | PolyCoffees |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,es,pt-BR,pt-PT,ar,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "F1 Now", "short_name": "F1 Now", "author": "PolyCoffees", "description": "Formula One World Championship Information. (Unofficial).", "version": "2.1", "manifest_version": 3, "permissions": [], "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html" } |