Status of Github

This extension shows an icon for the current status of Github

Hvad er Status of Github?

Status of Github er en Chrome-udvidelse udviklet af Martin Meredith, og dens hovedfunktion er "This extension shows an icon for the current status of Github".

Udvidelsesskærmbilleder

screenshot

Download Status of Github-udvidelses-CRX-fil

Download Status of Github-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

                        A very quick browser extension that adds a button showing the current status of github.com                    

Grundlæggende oplysninger om udvidelsen

Navn Status of Github Status of Github
ID nciflpommnamonmnphnooobdhdbpmhkf
Officiel URL https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf
Beskrivelse This extension shows an icon for the current status of Github
Filstørrelse 103 KB
Antal Installationer 23
Nuværende Version 0.0.7
Senest Opdateret 2019-04-25
Udgivelsesdato 2019-04-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Martin Meredith
Betalingsmetode free
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Status of Github",
    "description": "This extension shows an icon for the current status of Github",
    "version": "0.0.7",
    "browser_action": {
        "default_icon": "images\/[email protected]"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "https:\/\/www.githubstatus.com\/",
        "notifications"
    ]
}