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 |
官方網址 | 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 |
電子郵箱 | [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" } } |