COVID-19 Patient Statistics | Chrome Extension

Nachiket Rajput
2 min readJan 20, 2021

--

Hello guys, hope you all are well.

Most of them wondered how it would be to create a Chrome extension? Well, I’m here to tell you just how easy it is. Follow these steps and your idea will turn into reality and you’ll be able to publish a real extension in your chrome browser with no time.

Here, I have provided the step by step guide on how to use COVID-19 Patient Statistics Chrome Extension.

What is a Chrome extension?

Chrome extensions allow you to add functionality to the Chrome web browser without diving deeply into native code. That’s awesome because you can create new extensions for Chrome with core technologies that web developers are very familiar with — HTML, CSS, and JavaScript. If you’ve ever built a web page, you’ll will be able to create an extension faster than you can have lunch. The only thing you need to learn is how to add some functionality to Chrome through some of the JavaScript APIs that Chrome exposes.

If you’re not experienced yet in building web pages, I recommend you first dive into some free resources to learn how to code, like freeCodeCamp.

Covid-19 patient statistics chrome extension :

This browser extension helps to get the COVID-19 patients statistics in your district as per location of your system.
After installation the extension icon will be automatically reflected on your browser’s menu bar.

Click on extension icon -> Click on Get Status button -> View statistics.

Installation Guideline

Clone this repository on your system
Open Chrome Extensions -> Customize & Control Google Chrome -> More Tools -> Extensions
Turn on Developer Mode using toggle button if not already done. (Top Right corner)
Click on Load Unpacked -> This opens a filepicker, select the cloned folder.
Done

API’s Used

Reverse Geolocation API 
state-district-wise COVID-19 API

To download the extension, click here. (gitlab link)

Please open an issue for more feature or fixes.

--

--

Nachiket Rajput
Nachiket Rajput

Written by Nachiket Rajput

Developer | Writer | Career Generalist | Blogger | Community Person

No responses yet