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 |
官方網址 | 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'" } |