F1 New Tab
Get the schedule for the next F1 weekend when you open a new tab.
What is F1 New Tab?
F1 New Tab is a Chrome extension developed by Alex Walder, and its main feature is "Get the schedule for the next F1 weekend when you open a new tab.".
Extension Screenshots
Download F1 New Tab Extension CRX File
Download F1 New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | F1 New Tab |
ID | hhbklikplekokbnhojflejamgomelkio |
Official URL | https://chromewebstore.google.com/detail/f1-new-tab/hhbklikplekokbnhojflejamgomelkio |
Description | Get the schedule for the next F1 weekend when you open a new tab. |
File Size | 21.71 MB |
Installation Count | 118 |
Current Version | 1.1 |
Last Updated | 2022-09-06 |
Publish Date | 2022-07-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Alex Walder |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |