F1 New Tab
Get the schedule for the next F1 weekend when you open a new tab.
Co to jest F1 New Tab?
F1 New Tab to rozszerzenie Chrome opracowane przez Alex Walder, a jego główną funkcją jest „Get the schedule for the next F1 weekend when you open a new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia F1 New Tab
Pobierz pliki rozszerzeń F1 New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | F1 New Tab |
ID | hhbklikplekokbnhojflejamgomelkio |
Oficjalny URL | https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio |
Opis | Get the schedule for the next F1 weekend when you open a new tab. |
Rozmiar pliku | 21.71 MB |
Liczba instalacji | 118 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-09-06 |
Data Publikacji | 2022-07-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Alex Walder |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |