Tags → #wxt
-
Inject CSS into Host Page from WXT ShadowRoot UI
With 3–4 years of browser extension development experience, I consider the ShadowRoot API the optimal approach for content scripts.
-
WXT Content Script Chunking Issue
Large content scripts in WXT browser extensions can cause problems like slow updates and crashes, especially on Windows. Firefox also limits file sizes.
-
将Web 项目打包成浏览器插件
如何使用WXT框架+vite plugin方式将一个Web项目打包成浏览器插件,如何解决cdn js资源引用问题,解决VueDevTools在插件中无法使用问题