Tips
Get extensions' code
Default
maybeProfile 1
/ ...
Chrome
bash
$ cd ~/Library/Application\ Support/Google/Chrome/Default/Extensions/
Arc
bash
$ cd ~/Library/Application\ Support/Arc/User\ Data/Default/Extensions/
Background auto-idle
The background will idle after 30 seconds of inactivity. Opening the DevTools of the background service worker prevents it from going idle. To view the background's console output without disrupting energy-saving, go to chrome://serviceworker-internals/
.