The word around town is that your code has a lot of :material-bug: bugs. You must use [:simple-stackoverflow: StackOverflow][so] often. To make your life a little easier, build a Chrome extension that helps you search for things on StackOverflow. It should work like this
- User clicks in the Chrome address bar (AKA the [omnibox][omnibox]).
- User types
so
and hits ++tab++ to activate the extension. - User types a search term like
how to make an array in javascript
. - User hits ++enter++ to display google search results restricted to [stackoverflow.com][so].
Demo¶
Setup¶
Create a directory named stackoverflow-search as the project root. Give it a single file, manifest.json
.