Hey!
The command line to display browser extensions Chrome can be a bit of a pain, but here’s a quick way to do it on Mac:
```bash
ls ~/Library/Application\ Support/Google/Chrome/Default/Extensions
```
This will show you all your installed extensions.
If you’re not into terminal commands, I’d recommend Extension Manager. It’s a Chrome extension that lets you view and manage all your extensions in one place. Super easy to use!
Good luck with your project!
The command line to display browser extensions Chrome can be a bit of a pain, but here’s a quick way to do it on Mac:
```bash
ls ~/Library/Application\ Support/Google/Chrome/Default/Extensions
```
This will show you all your installed extensions.
If you’re not into terminal commands, I’d recommend Extension Manager. It’s a Chrome extension that lets you view and manage all your extensions in one place. Super easy to use!
Good luck with your project!
