F1 standings
Brings up current F1 drivers and constructors standings along with last race results
O que é F1 standings?
F1 standings é uma extensão do Chrome desenvolvida por grantgoldman.develop, e sua principal característica é "Brings up current F1 drivers and constructors standings along with last race results".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão F1 standings
Baixe arquivos de extensão F1 standings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | F1 standings |
ID | lddhloiepcliefkfbiaimdbhkfhkfdfh |
URL Oficial | https://chromewebstore.google.com/detail/f1-standings/lddhloiepcliefkfbiaimdbhkfhkfdfh |
Descrição | Brings up current F1 drivers and constructors standings along with last race results |
Tamanho do Arquivo | 13.45 KB |
Contagem de Instalações | 201 |
Versão Atual | 1.2 |
Última Atualização | 2024-02-02 |
Data de Publicação | 2022-11-02 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | grantgoldman.develop |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |