Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/UseCrowdWise/crowdwise
- Owner: UseCrowdWise
- License: mit
- Created: 2022-01-12T21:40:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T08:50:29.000Z (over 2 years ago)
- Last Synced: 2024-08-07T18:27:15.868Z (6 months ago)
- Topics: chrome-extension, forums, hackernews, reddit
- Language: TypeScript
- Homepage:
- Size: 1.22 MB
- Stars: 95
- Watchers: 3
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrowdWise
# 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)).