The Journey of Migrating Our Browser Extension from Plasmo to WXT Framework

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. vite

    Next generation frontend tooling. It's fast!

    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.

  4. wxt

    ⚡ Next-gen Web Extension Framework

    If you're interested in the discussions that influenced our decision, you can check out this thread on Github.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Cloudflare adquiere VoidZero y crea un fondo de $1M para Vite

    3 projects | dev.to | 4 Jun 2026
  • Scarab Diagnostic Suite Field Test #004: Build Artifact Truth Boundary in Vite

    1 project | dev.to | 31 May 2026
  • Contrarian View: React Server Components 2026 Are a Step Back for Interactive Apps – Use Svelte 5.0 and Vite 6.0 Instead

    1 project | dev.to | 1 May 2026
  • TanStack Start vs Next.js: The Server Components Showdown That Actually Matters [2026]

    1 project | dev.to | 25 Apr 2026
  • The Inconvenience Machine

    3 projects | dev.to | 5 Apr 2026

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?