The F1 Racing Extension is a Chrome extension that displays the schedule for the upcoming races, the 2023 race calendar, and the current driver standings.
The F1 Racing Extension was built using the following technologies and APIs:
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 races, the 2023 race calendar, and the current driver standings.
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 files in the downloaded
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 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.
Contributions are welcome! If you'd like to contribute, please create a new issue or submit a pull request.