Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 426 Bytes

What this project implemented

Communication between page and extension

  • When "enable" is requested from the page, the user can allow it via the extension popup
  • Emit events to pages as well as extension when the address is changed
  • Declare the type of functions passing the background through the port

Build

  • Enable buffer in Vite
  • Distribute files to disk in watch mode
  • Preview extension on the web page