Formula Racing News
All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!
什么是Formula Racing News?
Formula Racing News是由Track Star开发的Chrome扩展程序,该扩展的主要功能是“All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!”。
扩展截图
下载Formula Racing News扩展crx文件
下载Formula Racing News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will replace the default new tab page with the latest F1 news from www.formula1.com and YouTube as well as a countdown to the next race session.
扩展基本信息
名称 | Formula Racing News |
ID | egkmfkdhpmifndbjonkfjcphhkpdiepg |
官方URL | https://chromewebstore.google.com/detail/formula-racing-news/egkmfkdhpmifndbjonkfjcphhkpdiepg |
简介 | All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab! |
文件大小 | 229 KB |
安装次数 | 46 |
当前版本 | 0.0.3 |
更新时间 | 2020-08-06 |
上架时间 | 2020-07-24 |
评分 | 5.00/5 共3次评分 |
开发者 | Track Star |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Formula Racing News", "version": "0.0.3", "manifest_version": 2, "description": "All of the latest F1 news from www.formula1.com and your favorite YouTube channels in every new tab!", "icons": { "16": "icons\/FRNicon16.png", "48": "icons\/FRNicon48.png", "128": "icons\/FRNicon128.png" }, "default_locale": "en", "page_action": { "default_icon": "icons\/FRNicon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-1.7.1.min.js https:\/\/widget.rss.app; object-src 'self'" } |