-
Notion-Boost-browser-extension
Chrome & Firefox extension for Notion to add 20+ features like sticky outline, small text & full width by default, hide comments & help button, bolder text etc. Download here: https://gourav.io/notion-boost
When OpenAI’s ChatGPT first launched, I decided to build a Chrome extension (in December 2022) that would integrate with Gmail and use ChatGPT to draft email replies. The next task was to choose the right tools, so I started researching the best options. Unlike JS, there weren’t many frameworks for building Chrome extensions. I knew Webpack was an option because I had previously built another browser extension (Notion Boost) using it, but it had its own drawbacks. During my research, I stumbled upon the Plasmo framework, and it felt like the right choice at that time. Plasmo handled code bundling, splitting, minification, and other tasks. It significantly sped up development, and I’m grateful to the authors for developing the library.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
At this point, we wanted to rely less on meta-frameworks and initially decided to use only the build tool Vite while writing the browser extension-specific configuration ourselves to minimize dependencies. We had seen great reviews of Vite from various developer communities online, so it seemed like the right choice.
-
If you're interested in the discussions that influenced our decision, you can check out this thread on Github.
Related posts
-
Cloudflare adquiere VoidZero y crea un fondo de $1M para Vite
-
Scarab Diagnostic Suite Field Test #004: Build Artifact Truth Boundary in Vite
-
Contrarian View: React Server Components 2026 Are a Step Back for Interactive Apps – Use Svelte 5.0 and Vite 6.0 Instead
-
TanStack Start vs Next.js: The Server Components Showdown That Actually Matters [2026]
-
The Inconvenience Machine