Make GitHub Greater

Let's make GitHub greater.

Что такое Make GitHub Greater?

Make GitHub Greater - это расширение Chrome, разработанное Justineo, и его основная функция - "Let's make GitHub greater.".

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

screenshot

Скачать файл CRX расширения Make GitHub Greater

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

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

                        Start customizing the color of your GitHub header right now! Just double click the header and here we go!                    

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

Название Make GitHub Greater Make GitHub Greater
ID emijicijbkhnobkceaeaekiiapnkdnlp
Официальный URL https://chromewebstore.google.com/detail/make-github-greater/emijicijbkhnobkceaeaekiiapnkdnlp
Описание Let's make GitHub greater.
Размер файла 72.77 KB
Количество установок 31
Текущая Версия 1.0.1
Последнее Обновление 2017-02-20
Дата публикации 2017-02-20
Рейтинг 4.67/5 Всего 3 оценок
Разработчик Justineo
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make GitHub Greater",
    "description": "Let's make GitHub greater.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "https:\/\/github.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/justineo.github.io\/*"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}