wxt-dev/wxt

Document entrypoint `PerBrowser` options

已关闭

#2,304 创建于 2026年4月26日

 (2 条评论) (2 个反应) (0 位负责人)TypeScript (511 个派生)user submission
contribution welcomedocsgood first issue

仓库指标

星标
 (9,861 个星标)
PR 合并指标
 (平均合并 11天 22小时) (30 天内合并 51 个 PR)

描述

This is an undocumented feature right now.

export default defineContentScript({
  matches: {
    chrome: ["..."],
    firefox: ["..."],
  },
  // ...
})

贡献者指南