A Chrome extension rendering a summary of a user's posting frequency as a GitHub-style activity graph.
Get it at the Chrome Web Store.
The simplest way is to install it from the Chrome Web Store.
Either method below will produce a folder that contains the extension: load it using the "Load an unpacked extension" method.
Go to the latest release page and download the attached BlueskyPostFrequencies_<version>.zip
in "Assets".
Unzip it & the resulting folder is the extension.
From the project directory:
$ npm install
$ npm run build
This will produce a dist/
folder, which is the extension.
Borrows significantly from:
❤️🙇 Many thanks!
- Use and show activity only for the chosen time window
- Inject summaries into Starter Packs
- Make it work properly in Firefox
- Add option to include reposts
- Publish to Chrome Web Store!