https://developer.chrome.com/docs/extensions/mv3/getstarted/

Extension은

와 같은 Components 로 이루어져 있다고 한다.

그리고 얘네들은 기본적으로는 HTML, CSS, JS로 개발이 가능하다.

Create the manifest

Load an unpacked extension

Add functionality

Register the background script in the manifest

Create the background script

Add the storage permission