F1 Racing extension displays the race weekend structure on user's time zone for upcoming F1 events, the season schedule, team and driver standings, and the latest race information.
After the extension is installed, an icon will appear in the top right corner of your browser. Clicking it will give you access to the upcoming race, the season schedule, team and driver standings, and the latest race information.
To install the extension, follow these steps:
- Clone this project's GitHub repository or download the ZIP file.
- Run
npm install
to install dependencies. - Use
npm run build
to build the extension files. - Open the
chrome://extensions
page in your Chrome browser. - Turn on the "Developer mode" switch in the top right corner of the page.
- Click the "Load unpacked" button in the top left corner of the page.
- Select the
dist
folder and click "OK".
If you would like to modify or contribute to the F1 Racing Extension, follow these steps to get started:
- Clone this project's GitHub repository or download the ZIP file.
- Run
npm install
to install dependencies. - Use
npm run dev
to start the development server. - Edit the code and save your changes. You can see the changes by refreshing your browser.
The F1 Racing Extension was built using the following technologies and APIs:
This project is licensed under the MIT License. See the LICENSE file for details.