Skip to content

addshore/browser-github-release-downloads

Repository files navigation

GitHub release downloads

GitHubCounter Icon

A browser extension that displays release download counters.

How to install?

Download it from:

How it works?

It just shows the downloads count near each release in GitHub. No toolbar elements, no bars, nothing else.

An example:

Icon

Development

This extension uses webextension-toolbox

$ npm install

While developing

npm run dev chrome
npm run dev firefox
npm run dev opera
npm run dev edge

For builds

npm run build chrome
npm run build firefox
npm run build opera
npm run build edge

Environment

The build tool also defines a variable named process.env.NODE_ENV in your scripts.