Building Modern Cross Browser Web Extensions: Content Scripts and UI (Part 3)

from blog aabidk.dev – Posts, | ↗ original
In the previous post, we installed WXT, TailwindCSS and Shadcn and explored the project structure. In this post, we will explore how to work with content scripts and build isolated UIs for our extension as well as discuss some issues with UI and how to resolve them. We will build a Command Palette for quick browser actions, such as creating new...