Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mati365/reddit-news
:newspaper: simple browser extension that shows recent news from reddit.com
https://github.com/Mati365/reddit-news
browser-extension chrome-extension news reddit
Last synced: about 2 months ago
JSON representation
:newspaper: simple browser extension that shows recent news from reddit.com
- Host: GitHub
- URL: https://github.com/Mati365/reddit-news
- Owner: Mati365
- License: mit
- Created: 2016-02-08T11:00:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T19:31:36.000Z (over 6 years ago)
- Last Synced: 2024-02-12T23:17:53.683Z (10 months ago)
- Topics: browser-extension, chrome-extension, news, reddit
- Language: JavaScript
- Homepage: http://reddit.com
- Size: 750 KB
- Stars: 50
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# reddit-news
Simple browser extension that shows recent news from reddit written in ES6 and Vue.JS+Vuex.## Screens
![List](docs/list.png?raw=true "List")
![News](docs/news.png?raw=true "News")## Install
**Chrome Web Store:**
https://chrome.google.com/webstore/detail/reddit-news/bndgflnpjgonnfpfdgiajicojiganjnc**Chrome:**
* Download latest [stable version](https://github.com/Mati365/reddit-news/releases/latest) with **zip** extension
* Extract folder to desktop
* Enable programmer mode in [chrome://extensions](chrome://extensions)
* Drag and drop folder [chrome://extensions](chrome://extensions)
* Click on reddit icon**Firefox:**
* Go to about:config and set xpinstall.signatures.required to false
* Install clicking link to [stable version](https://github.com/Mati365/reddit-news/releases/latest) with **xpi** extension## License
The MIT License (MIT)Copyright (c) 2016 Mateusz Bagiński
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.