GitHub +1

+1 GitHub issues/pull requests

Что такое GitHub +1?

GitHub +1 - это расширение Chrome, разработанное artemave, и его основная функция - "+1 GitHub issues/pull requests".

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

screenshot

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

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

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

                        Know this: button looks MUCH better than on the screenshot.

GitHub has issues. Some are worse than others. But you can't really tell. Except now you can! Simply install this awesome extension and go ruthlessly upvote issues (and pull requests) and make the world a better place.

Button style shamelessly taken from http://code.divshot.com/geo-bootstrap/                    

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

Название GitHub +1 GitHub +1
ID oiiklolboagjicidmggcoohmgkepdfan
Официальный URL https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan
Описание +1 GitHub issues/pull requests
Размер файла 34.95 KB
Количество установок 58
Текущая Версия 0.8
Последнее Обновление 2015-03-21
Дата публикации 2015-03-21
Рейтинг 3.00/5 Всего 3 оценок
Разработчик artemave
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/artemave/github-plus-one
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub +1",
    "manifest_version": 2,
    "version": "0.8",
    "description": "+1 GitHub issues\/pull requests",
    "icons": {
        "16": "github_g16.png",
        "48": "github_g48.png",
        "128": "github_g128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "zepto.min.js",
                "zepto-extras.js",
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "rainbow.gif"
    ]
}