Status of Github

This extension shows an icon for the current status of Github

O que é Status of Github?

Status of Github é uma extensão do Chrome desenvolvida por Martin Meredith, e sua principal característica é "This extension shows an icon for the current status of Github".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Status of Github

Baixe arquivos de extensão Status of Github no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Status of Github Status of Github
ID nciflpommnamonmnphnooobdhdbpmhkf
URL Oficial https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf
Descrição This extension shows an icon for the current status of Github
Tamanho do Arquivo 103 KB
Contagem de Instalações 23
Versão Atual 0.0.7
Última Atualização 2019-04-25
Data de Publicação 2019-04-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Martin Meredith
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}