Corona Tracker

A Google Chrome extension for tracking CORONAVIRUS COVID-19 update

Hvad er Corona Tracker?

Corona Tracker er en Chrome-udvidelse udviklet af mazik, og dens hovedfunktion er "A Google Chrome extension for tracking CORONAVIRUS COVID-19 update".

Udvidelsesskærmbilleder

screenshot

Download Corona Tracker-udvidelses-CRX-fil

Download Corona Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        CORONAVIRUS - COVID-19 was developed for seeing the latest update about the CORONAVIRUS - COVID-19. It was previously designed for operating system level https://github.com/mazik/corona/ using Electron but there was some operating system specific issue and code signing hasn't been done.

So, CORONAVIRUS - COVID-19 is now introduced as a Google Chrome extension so there's no more operating system specific issue and can be run any operating system as long as you're running Google Chrome.                    

Grundlæggende oplysninger om udvidelsen

Navn Corona Tracker Corona Tracker
ID ikijbjphceaapcgigpdejijgphdcnide
Officiel URL https://chromewebstore.google.com/detail/corona-tracker/ikijbjphceaapcgigpdejijgphdcnide
Beskrivelse A Google Chrome extension for tracking CORONAVIRUS COVID-19 update
Filstørrelse 284 KB
Antal Installationer 72
Nuværende Version 1.3
Senest Opdateret 2020-06-02
Udgivelsesdato 2020-05-31
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler mazik
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/mazik/corona-tracker
Hjælpeside-URL https://github.com/mazik/corona-tracker
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Corona Tracker",
    "version": "1.3",
    "description": "A Google Chrome extension for tracking CORONAVIRUS COVID-19 update",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icon\/[email protected]",
            "32": "icon\/[email protected]",
            "48": "icon\/[email protected]",
            "128": "icon\/[email protected]"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/[email protected]",
        "32": "icon\/[email protected]",
        "48": "icon\/[email protected]",
        "128": "icon\/[email protected]"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "js\/content.js"
            ]
        }
    ]
}