F1 standings
Brings up current F1 drivers and constructors standings along with last race results
F1 standings là gì?
F1 standings là một tiện ích mở rộng Chrome được phát triển bởi grantgoldman.develop, và tính năng chính của nó là "Brings up current F1 drivers and constructors standings along with last race results".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng F1 standings
Tải xuống các tệp mở rộng F1 standings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | F1 standings |
ID | lddhloiepcliefkfbiaimdbhkfhkfdfh |
URL Chính Thức | https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh |
Mô tả | Brings up current F1 drivers and constructors standings along with last race results |
Kích Thước Tệp | 13.45 KB |
Số Lần Cài Đặt | 201 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2024-02-02 |
Ngày Phát Hành | 2022-11-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | grantgoldman.develop |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |