F1 New Tab
Get the schedule for the next F1 weekend when you open a new tab.
Vad är F1 New Tab?
F1 New Tab är en Chrome-tillägg utvecklad av Alex Walder, och dess huvudfunktion är "Get the schedule for the next F1 weekend when you open a new tab.".
Tilläggsskärmbilder
Ladda ner F1 New Tab-förlängningens CRX-fil
Ladda ner F1 New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hhbklikplekokbnhojflejamgomelkio |
| Officiell webbadress | https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio |
| Beskrivning | Get the schedule for the next F1 weekend when you open a new tab. |
| Filstorlek | 21.71 MB |
| Antal Installationer | 118 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2022-09-06 |
| Publiceringsdatum | 2022-07-17 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Alex Walder |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |