WIP Pull Request Unhighlignter for GitHub

Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.

Что такое WIP Pull Request Unhighlignter for GitHub?

WIP Pull Request Unhighlignter for GitHub - это расширение Chrome, разработанное Kensuke Nagae, и его основная функция - "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.".

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

screenshot
screenshot

Скачать файл CRX расширения WIP Pull Request Unhighlignter for GitHub

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

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

                        Demo page: https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/pulls (visit this page after install this extension)

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
http://creativecommons.org/licenses/by/3.0/                    

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

Название WIP Pull Request Unhighlignter for GitHub WIP Pull Request Unhighlignter for GitHub
ID plebohahijhmebohbcifnaccfkjdgppe
Официальный URL https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe
Описание Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
Размер файла 823 KB
Количество установок 83
Текущая Версия 2.3.0
Последнее Обновление 2019-08-07
Дата публикации 2019-08-06
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Kensuke Nagae
Тип оплаты free
Официальный сайт расширения https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github
URL страницы помощи https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WIP Pull Request Unhighlignter for GitHub",
    "version": "2.3.0",
    "manifest_version": 2,
    "description": "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.",
    "permissions": [
        "storage"
    ],
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/pulls*",
                "https:\/\/github.com\/pulls*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icon.png"
    }
}