Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        




hacker-news-reading-time logo




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)