How To Build A Chrome Extension with SvelteKit (Step-By-Step)

Опубликовано: 28 Сентябрь 2024
на канале: Programonaut
1,889
54

Learn how to build a Chrome extension with SvelteKit by following this step-by-step guide to creating a basic calculator extension.

If my content helps and you want to support the channel, get me a coffee ☕: https://pgnt.xyz/kofi

Original Post: https://www.programonaut.com/how-to-b...
---

Discord Community: https://pgnt.xyz/discord
---

00:00 - Introduction
00:24 - Set up the SvelteKit project
01:00 - Set up and install the extension
02:36 - Auto reload with nodemon
03:50 - Building the extension
05:25 - Persist data in the Chrome Extension using the Storage API
06:13 - Conclusion