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 |
Eメール | [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'" } |