Status of Github

This extension shows an icon for the current status of Github

Vad är Status of Github?

Status of Github är en Chrome-tillägg utvecklad av Martin Meredith, och dess huvudfunktion är "This extension shows an icon for the current status of Github".

Tilläggsskärmbilder

screenshot

Ladda ner Status of Github-förlängningens CRX-fil

Ladda ner Status of Github-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Status of Github Status of Github
ID nciflpommnamonmnphnooobdhdbpmhkf
Officiell webbadress https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf
Beskrivning This extension shows an icon for the current status of Github
Filstorlek 103 KB
Antal Installationer 23
Aktuell Version 0.0.7
Senast Uppdaterad 2019-04-25
Publiceringsdatum 2019-04-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Martin Meredith
Betalningssätt free
Stödda Språk 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"
    ]
}