`entrypoints/`配下に好きなpathで作ればよい。`chrome-extension://${ID}/hoge.html`でアクセスできる。 ```bash # 例  . ├──  background.ts ├──  content.ts ├──  popup │ ├── 󰡄 App.vue │ ├──  index.html │ ├──  main.ts │ └──  style.css └──  hoge ├── 󰡄 App.vue ├──  index.html ├──  main.ts └──  style.css なら chrome-extension://nkkcppppfjblbdafloppebjkjoopibof/hoge.html ```