F1 New Tab
Get the schedule for the next F1 weekend when you open a new tab.
O que é F1 New Tab?
F1 New Tab é uma extensão do Chrome desenvolvida por Alex Walder, e sua principal característica é "Get the schedule for the next F1 weekend when you open a new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão F1 New Tab
Baixe arquivos de extensão F1 New Tab 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
Install this extension to view a summary of the schedule for the next round of the Formula 1 world championship whenever you open a new tab.
Informações Básicas da Extensão
Nome | F1 New Tab |
ID | hhbklikplekokbnhojflejamgomelkio |
URL Oficial | https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio |
Descrição | Get the schedule for the next F1 weekend when you open a new tab. |
Tamanho do Arquivo | 21.71 MB |
Contagem de Instalações | 118 |
Versão Atual | 1.1 |
Última Atualização | 2022-09-06 |
Data de Publicação | 2022-07-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Alex Walder |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "F1 New Tab", "description": "Get the schedule for the next F1 weekend when you open a new tab.", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "build\/src\/background.js", "type": "module" }, "icons": { "128": "Icon.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab\/dist\/index.html" } } |