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: ["..."],
  },
  // ...
})

貢獻者指南