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