GitHub Yes Sir!

git commit suicide

Что такое GitHub Yes Sir!?

GitHub Yes Sir! - это расширение Chrome, разработанное jcdc, и его основная функция - "git commit suicide".

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

screenshot

Скачать файл CRX расширения GitHub Yes Sir!

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

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

                        This will change the Github logo to a new badass PornHub style logo.                    

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

Название GitHub Yes Sir! GitHub Yes Sir!
ID mnimfmckjafijilpdmhddefobkigcmom
Официальный URL https://chromewebstore.google.com/detail/github-yes-sir/mnimfmckjafijilpdmhddefobkigcmom
Описание git commit suicide
Размер файла 233 KB
Количество установок 271
Текущая Версия 1.1
Последнее Обновление 2019-05-09
Дата публикации 2019-05-09
Рейтинг 5.00/5 Всего 2 оценок
Разработчик jcdc
Тип оплаты free
Официальный сайт расширения https://github.com/johnchrisdc/GitPorn
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Yes Sir!",
    "version": "1.1",
    "description": "git commit suicide",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "github.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "github.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "github.png",
        "48": "github.png",
        "128": "github.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}