CrowdWise is a Google Chrome extension that adds to your browsing experience by showing you relevant discussions about your current web page from Hacker News and Reddit.
- When you navigate to a web page, CrowdWise pulls relevant discussions about this web page from Hacker News and Reddit. You can click on these discussions and it will - open in a new tab, where you can find counter-opinions and different perspectives.
By default, CrowdWise searches for relevant discussions in the background. For additional privacy, CrowdWise also includes an Incognito mode where it will only search for discussions when you click on the CrowdWise button.
Adjust the sidebar to suit the look and feel that you like. You can customise the following:
- Keyboard shortcuts to open and close the sidebar
- Font sizes
- Sidebar width
- and more
npm install
npm start
- For chrome: go to
chrome://extensions/
andLoad unpacked
, point it to thebuild/
folder.
npm run storybook
- Go to http://localhost:6006 where you will have an auto-reloading server to iterate on UI components.
- Some HN and Reddit parsing code adapted from Newsit: https://github.com/benwinding/newsit/
- Michael Xieyang Liu: Website
- This boilerplate is largely derived from lxieyang/vertical-tabs-chrome-extension and lxieyang/chrome-extension-boilerplate-react (which in turn is adapted from samuelsimoes/chrome-extension-webpack-boilerplate).