Gitark

The most popular dark theme extension for github

Что такое Gitark?

Gitark - это расширение Chrome, разработанное funny, и его основная функция - "The most popular dark theme extension for github".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Changes github default light theme to dark one.

Issues : https://github.com/imfunniee/gitark/issues 
Fork it on github : https://github.com/imfunniee/gitark                    

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

Название Gitark Gitark
ID pajmlahbnmcmbfdmmcacaojpedjcdjgm
Официальный URL https://chromewebstore.google.com/detail/gitark/pajmlahbnmcmbfdmmcacaojpedjcdjgm
Описание The most popular dark theme extension for github
Размер файла 672 KB
Количество установок 107
Текущая Версия 0.0.9
Последнее Обновление 2019-05-11
Дата публикации 2019-05-11
Рейтинг 4.80/5 Всего 5 оценок
Разработчик funny
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/imfunniee/gitark
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gitark",
    "version": "0.0.9",
    "short_name": "Gitark",
    "author": "imfunny and community",
    "description": "The most popular dark theme extension for github",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon3.png",
        "48": "assets\/icon2.png",
        "128": "assets\/icon1.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ]
}