Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/UseCrowdWise/crowdwise

Chrome extension that adds to your browsing experience by showing you relevant discussions about your current web page from Hacker News and Reddit.
https://github.com/UseCrowdWise/crowdwise

chrome-extension forums hackernews reddit

Last synced: about 2 months ago
JSON representation

Chrome extension that adds to your browsing experience by showing you relevant discussions about your current web page from Hacker News and Reddit.

Awesome Lists containing this project

README

        

# CrowdWise



Extension available in the Chrome Web Store




Join our Slack Community

GitHub stars

# What's CrowdWise?

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.





## Features

### Discussions on 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.

### Incognito Mode

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.

### Personalised Settings

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

## Setup

### Running this project

- `npm install`
- `npm start`
- For chrome: go to `chrome://extensions/` and `Load unpacked`, point it to the `build/` folder.

### Developing UI components

- `npm run storybook`
- Go to http://localhost:6006 where you will have an auto-reloading server to iterate on UI components.

## Credits

- Some HN and Reddit parsing code adapted from Newsit: https://github.com/benwinding/newsit/
- Michael Xieyang Liu: [Website](https://lxieyang.github.io)
- This boilerplate is largely derived from [lxieyang/vertical-tabs-chrome-extension](https://github.com/lxieyang/vertical-tabs-chrome-extension) and [lxieyang/chrome-extension-boilerplate-react](https://github.com/lxieyang/chrome-extension-boilerplate-react) (which in turn is adapted from [samuelsimoes/chrome-extension-webpack-boilerplate](https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate)).