Hey there!
I get why you're avoiding the command line to display browser extensions Chrome—it can be intimidating. But if you're up for it, here's a quick command for Mac/Linux:
```bash
ls ~/Library/Application\ Support/Google/Chrome/Default/Extensions
```
This will list all your Chrome extensions.
If you’re not into terminal stuff, I’d recommend CRX Viewer. It’s a Chrome extension that lets you inspect other extensions easily. No command line needed!
Let me know if you need more help!
I get why you're avoiding the command line to display browser extensions Chrome—it can be intimidating. But if you're up for it, here's a quick command for Mac/Linux:
```bash
ls ~/Library/Application\ Support/Google/Chrome/Default/Extensions
```
This will list all your Chrome extensions.
If you’re not into terminal stuff, I’d recommend CRX Viewer. It’s a Chrome extension that lets you inspect other extensions easily. No command line needed!
Let me know if you need more help!
