Show All GitHub Issues

Show both Issues and Pull Requests in the Issues tab by default. As it previously did.

Что такое Show All GitHub Issues?

Show All GitHub Issues - это расширение Chrome, разработанное Sindre Sorhus, и его основная функция - "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".

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

screenshot

Скачать файл CRX расширения Show All GitHub Issues

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

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

                        See the website for more info.                    

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

Название Show All GitHub Issues Show All GitHub Issues
ID ahkcgmpcfiijldaijfjekdffckpidieb
Официальный URL https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb
Описание Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Размер файла 5.91 KB
Количество установок 92
Текущая Версия 1.0.3
Последнее Обновление 2020-11-20
Дата публикации 2020-03-07
Разработчик Sindre Sorhus
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/sindresorhus/show-all-github-issues
URL страницы помощи https://github.com/sindresorhus/show-all-github-issues/issues
URL страницы политики конфиденциальности https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show All GitHub Issues",
    "version": "1.0.3",
    "description": "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/show-all-github-issues",
    "manifest_version": 2,
    "minimum_chrome_version": "80",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/github.com\/*\/*\/issues"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}