vite-plugin-crx-mv3 icon indicating copy to clipboard operation
vite-plugin-crx-mv3 copied to clipboard

Build a Chrome Extension with Vite⚡

Results 5 vite-plugin-crx-mv3 issues
Sort by recently updated
recently updated
newest added

# 背景 我的目录层级如下: - src - crx - popup - index.html - manifest.json 其中manifest代码如下: ``` { ... "action": { "default_popup": "./popup/index.html" }, ... } ``` # 问题 此时生成的dist的目录如下,符合预期: - src...

您好 再content_scripts中页面的样式是和谷歌插件公用的,这样会导致某些页面会出现偏移情况,请问如何能做的样式隔离?

如题,现在的 crx-vue-drawer 模式下无法正常渲染 svg,我起初以为这是图标库的原因,后来发现直接把 svg 代码嵌入html也不会得到渲染,以下是一个对比: 左侧为正常的Vue项目渲染得到的网页,右侧为 crx 插件渲染得到的 html: ![Cleanshot-2023-08-15-at-18 01 43](https://github.com/Jervis2049/vite-plugin-crx-mv3/assets/36695271/96ed8b78-3fd2-4bea-85ef-fb66562b258d)

manifest 中 content_scripts 在"world" = "MAIN" 时 没有chrome.runtime对象,引发报错

配置了side_panel,但是没有生效。我看manifest.d.ts里并没有side_panel的属性。应该是目前还不支持吧