F1 standings
Brings up current F1 drivers and constructors standings along with last race results
Что такое F1 standings?
F1 standings - это расширение Chrome, разработанное grantgoldman.develop, и его основная функция - "Brings up current F1 drivers and constructors standings along with last race results".
Снимки экрана расширения
Скачать файл CRX расширения F1 standings
Скачайте файлы расширений 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 |
Электронная почта | [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" } } |