wxt-dev/wxt

Document entrypoint `PerBrowser` options

クローズ

#2,304 opened on 2026/04/26

 (2 件のコメント) (2 件のリアクション) (0 人の担当者)TypeScript (511 件のフォーク)user submission
contribution welcomedocsgood first issue

Repository metrics

Stars
 (9,861 個のスター)
PR merge metrics
 (平均マージ 11d 22h) (30d で 51 merged PRs)

説明

This is an undocumented feature right now.

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

コントリビューターガイド