Git Git Hooray

Celebrate first time contributors on GitHub

Что такое Git Git Hooray?

Git Git Hooray - это расширение Chrome, разработанное Paul Molluzzo, и его основная функция - "Celebrate first time contributors on GitHub".

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

screenshot

Скачать файл CRX расширения Git Git Hooray

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

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

                        Celebrate first time contributors on GitHub!

Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉                    

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

Название Git Git Hooray Git Git Hooray
ID hdonhjpoakhlbpmehiogeaknnfdlgnad
Официальный URL https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad
Описание Celebrate first time contributors on GitHub
Размер файла 24.91 KB
Количество установок 14
Текущая Версия 1.1.0
Последнее Обновление 2017-03-27
Дата публикации 2017-03-27
Разработчик Paul Molluzzo
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/paulmolluzzo/git-git-hooray
URL страницы помощи https://github.com/paulmolluzzo/git-git-hooray/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Git Hooray",
    "version": "1.1.0",
    "description": "Celebrate first time contributors on GitHub",
    "homepage_url": "https:\/\/github.com\/paulmolluzzo\/git-git-hooray",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "permissions": [
        "https:\/\/github.com\/*"
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}