GitHub-Chart

Renders an new face for GitHub Contribution Graphs.

Что такое GitHub-Chart?

GitHub-Chart - это расширение Chrome, разработанное pdd, и его основная функция - "Renders an new face for GitHub Contribution Graphs.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        An extension for Github Users.
It renders an Bar graphs & Pie graphs to show your commits better.                    

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

Название GitHub-Chart GitHub-Chart
ID apaldppjjcjgjddfobajdclccgkbkkje
Официальный URL https://chromewebstore.google.com/detail/github-chart/apaldppjjcjgjddfobajdclccgkbkkje
Описание Renders an new face for GitHub Contribution Graphs.
Размер файла 251 KB
Количество установок 543
Текущая Версия 2.1.1
Последнее Обновление 2021-03-10
Дата публикации 2016-10-20
Рейтинг 4.89/5 Всего 9 оценок
Разработчик pdd
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Sobranier/github-chart
URL страницы помощи https://github.com/Sobranier/github-chart/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub-Chart",
    "version": "2.1.1",
    "description": "Renders an new face for GitHub Contribution Graphs.",
    "content_scripts": [
        {
            "css": [
                "gc-min.css"
            ],
            "js": [
                "gc.js"
            ],
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/localhost:2333\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}