Status of Github

This extension shows an icon for the current status of Github

Что такое Status of Github?

Status of Github - это расширение Chrome, разработанное Martin Meredith, и его основная функция - "This extension shows an icon for the current status of Github".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Status of Github

Скачайте файлы расширений Status of Github в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Status of Github Status of Github
ID nciflpommnamonmnphnooobdhdbpmhkf
Официальный URL https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf
Описание This extension shows an icon for the current status of Github
Размер файла 103 KB
Количество установок 23
Текущая Версия 0.0.7
Последнее Обновление 2019-04-25
Дата публикации 2019-04-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Martin Meredith
Тип оплаты free
Поддерживаемые языки 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"
    ]
}