COVID-19 Footprint | Coronavirus Live Tracker

Track the novel coronavirus outbreak from your very own Chrome menu.

COVID-19 Footprint | Coronavirus Live Tracker क्या है?

COVID-19 Footprint | Coronavirus Live Tracker Abir Bhushan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track the novel coronavirus outbreak from your very own Chrome menu."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में COVID-19 Footprint | Coronavirus Live Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        COVID-19 Footprint is a Chrome extension that brings you real-time global and regional data of the novel coronavirus pandemic. It comes with accessible, easy-to-understand global statistics of the pandemic along with more detailed regional data that can be customised according to your preference. The extension also retrieves "Myth Busters" straight from the World Health Organization's (WHO) official website to stop the spread of misinformation about the virus.

Feedback:
Email: [email protected]

_______________________________________________

The best place for support is in the Support section of the Web Store and on GitHub: 

https://github.com/abircb/covid19-footprint/issues

_______________________________________________

Changelog:
• 1.1.0
        - This extension does not display recovery data anymore due to upstream 
          problems.
• 1.0.10
        - Minor optimisations to data fetching 
• 1.0.9
        - Apply corrections to handle inconsistencies in Recovery data
• 1.0.8
        - Multiple performance improvements 
        - Optimise API requests
        - Add more "Myth Busters" to the fact-check section
• 1.0.7
        - Add daily increase in numbers to the data-header
• 1.0.6
        - Fix bugs in 1.0.5 
• 1.0.5
        - Add mechanisms to handle API data errors
• 1.0.4
        - Update schema to conform to API data format 
        - Fix bugs in caching data
• 1.0.3
        - Update API endpoint
• 1.0.2
        - Fix bugs in rendering data
        - Optimise API requests
• 1.0.1
        - Add support for dark theme users                    

एक्सटेंशन की मूल जानकारी

नाम COVID-19 Footprint | Coronavirus Live Tracker COVID-19 Footprint | Coronavirus Live Tracker
ID bakaphloijegjkaiekokeoffjnjocahn
आधिकारिक URL https://chromewebstore.google.com/detail/covid-19-footprint-corona/bakaphloijegjkaiekokeoffjnjocahn
विवरण Track the novel coronavirus outbreak from your very own Chrome menu.
फ़ाइल का आकार 1.24 MB
स्थापना संख्या 29
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2021-09-09
प्रकाशन तिथि 2020-06-27
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Abir Bhushan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/abircb/covid19-footprint
सहायता पृष्ठ URL https://github.com/abircb/covid19-footprint/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "COVID-19 Footprint | Coronavirus Live Tracker",
    "author": "Abir Bhushan",
    "description": "Track the novel coronavirus outbreak from your very own Chrome menu.",
    "version": "1.1.0",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png",
            "16": "icons\/16.png"
        },
        "default_title": "COVID-19 Footprint | Coronavirus Live Tracker",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'sha256-uevKEqHqDF6X1aFytcl7R7FsPmOFPun\/Y4drRKXDNbw='; object-src 'self'"
}