Make a browser extension in Vite, Typescript and React. This tutorial also gives you some background on how Chrome extensions work and how you can iterate on a chrome extension as you build it yourself.
#chromeextensions #vitejs #typescript #learncoding
Manifest File Schema - https://developer.chrome.com/docs/extensions/mv3/manifest/
📺 Full Vite + Typescript course on Udemy
https://www.udemy.com/course/vite-developers-guide
🔗 More guides & articles
https://traintocode.com
💻 Github
https://github.com/traintocode
🗣️ Social Media
- https://www.linkedin.com/in/jamesjcharlesworth/
- https://twitter.com/jcharlesworthuk
00:00 Introduction
01:47 Chrome Extensions Explained
05:22 Empty Extension
06:59 Adding an Icon
08:04 Adding a Script
12:34 Adding a Popup
17:44 Vite + Typescript
30:48 Finished Product