Github +1s

Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.

Что такое Github +1s?

Github +1s - это расширение Chrome, разработанное Ryan Florence, и его основная функция - "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".

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

screenshot

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

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

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

                                            

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

Название Github +1s Github +1s
ID lddfkkebajnpiicnpfamebilmhamkeme
Официальный URL https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme
Описание Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Размер файла 5.54 KB
Количество установок 210
Текущая Версия 1.4.0
Последнее Обновление 2015-06-19
Дата публикации 2015-06-19
Рейтинг 4.58/5 Всего 12 оценок
Разработчик Ryan Florence
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github +1s",
    "description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.",
    "version": "1.4.0",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "plusone.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}