wxt-dev/wxt

Document entrypoint `PerBrowser` options

Open

#2,304 建立於 2026年4月26日

在 GitHub 查看
 (0 留言) (2 反應) (0 負責人)TypeScript (9,861 star) (511 fork)user submission
contribution welcomedocsgood first issue

描述

This is an undocumented feature right now.

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

貢獻者指南