https://github.com/olsh/Feedly-Notifier
Google Chrome, Firefox, Opera and Microsoft Edge extension for reading news from RSS aggregator Feedly
https://github.com/olsh/Feedly-Notifier
edge-extension feedly firefox-extension google-chrome-extension javascript opera-extension rss
Last synced: 8 days ago
JSON representation
Google Chrome, Firefox, Opera and Microsoft Edge extension for reading news from RSS aggregator Feedly
- Host: GitHub
- URL: https://github.com/olsh/Feedly-Notifier
- Owner: olsh
- License: mpl-2.0
- Created: 2013-07-04T07:42:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T04:31:08.000Z (14 days ago)
- Last Synced: 2025-04-01T14:18:41.565Z (13 days ago)
- Topics: edge-extension, feedly, firefox-extension, google-chrome-extension, javascript, opera-extension, rss
- Language: JavaScript
- Homepage: http://olsh.github.io/Feedly-Notifier/
- Size: 6.26 MB
- Stars: 285
- Watchers: 11
- Forks: 38
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- jimsghstars - olsh/Feedly-Notifier - Google Chrome, Firefox, Opera and Microsoft Edge extension for reading news from RSS aggregator Feedly (JavaScript)
README
Feedly Notifier
===============[](https://codeclimate.com/github/olsh/Feedly-Notifier/maintainability)
[](https://snyk.io/test/github/olsh/Feedly-Notifier)
---[](https://chrome.google.com/webstore/detail/feedly-notifier/egikgfbhipinieabdmcpigejkaomgjgb)
[](https://chrome.google.com/webstore/detail/feedly-notifier/egikgfbhipinieabdmcpigejkaomgjgb)
---[](https://addons.mozilla.org/en-US/firefox/addon/feedly-notifier/)
[](https://addons.mozilla.org/en-US/firefox/addon/feedly-notifier/)
[](https://addons.mozilla.org/en-US/firefox/addon/feedly-notifier/)
---Google Chrome, Firefox, Opera and Microsoft Edge extension for reading news from RSS aggregator [Feedly](https://feedly.com/)
## Changelog
Changelog can be found [here](https://github.com/olsh/Feedly-Notifier/releases).
## Translations
[Help us to translate the extension or improve existing translations](https://poeditor.com/join/project?hash=2fZxqOmDJo)
## Build
1. `yarn`
2. `grunt sandbox --clientId=sandbox --clientSecret=R26NGS2Q9NAPSEJHCXM3 --browser=chrome`
You can find actual `clientId` and `clientSecret` [here](https://groups.google.com/g/feedly-cloud)
The browser parameter can be `chrome`, `opera` or `firefox`.
3. The result of the commands will be in `build` folder, now you can load the extension to browser.## Acknowledgments
Made with
[](https://www.jetbrains.com/webstorm/)