RohitY24 / covtension

A simple browser extension for Chromium based browsers to display the current tally of active Covid-19 cases in a particular region.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covtension

A simple chrome extension built in HTML, CSS and JS that allows users to search for live coronavirus data on any country.

Video demo

Getting Started

To get started:

  • git clone the repo
git clone this repo and open the directory
  • Install all the required packages with
npm install
  • Build from webpack
npm run build

To install in Edge/ Chrome

  • Head over to edge://extensions or chrome://extensions
  • Toggle "Developer mode" on.
  • Click Load unpacked.
  • Upload the dist folder to Edge
  • The extension should now be available for use

About

A simple browser extension for Chromium based browsers to display the current tally of active Covid-19 cases in a particular region.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%