Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bencevans/hacker-news-reading-time
WebExtension adding a reading time metric to each Hacker News story.
https://github.com/bencevans/hacker-news-reading-time
chrome firefox hacker-news reading-time webextension
Last synced: about 1 month ago
JSON representation
WebExtension adding a reading time metric to each Hacker News story.
- Host: GitHub
- URL: https://github.com/bencevans/hacker-news-reading-time
- Owner: bencevans
- Created: 2018-04-15T22:15:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T18:09:09.000Z (over 1 year ago)
- Last Synced: 2024-05-01T23:14:28.418Z (7 months ago)
- Topics: chrome, firefox, hacker-news, reading-time, webextension
- Language: JavaScript
- Homepage:
- Size: 1.51 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hacker News Reading Time
Browser extension adding a reading time metric to each Hacker News story.## Install
Available from the [Mozilla Firefox Addon Store](https://addons.mozilla.org/en-US/firefox/addon/hacker-news-reading-time/) or [Chrome Webstore](https://chrome.google.com/webstore/detail/hacker-news-reading-time/oepadbhedpegnnijmhcobkenjhijkmal).
## Development
Autoreloading plugin for development
* `git clone [email protected]:bencevans/hacker-news-reading-time.git`
* `npm install`
* `npm run start:firefox`Building a bundle for publishing
* `npx web-ext build --source-dir src`
Publishing for Chrome
* https://chrome.google.com/webstore/developer/
Publishing for Firefox
* https://addons.mozilla.org/en-GB/developers/
## Licence
MIT © [Ben Evans](https://bencevans.io)