Show All GitHub Issues

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

O que é Show All GitHub Issues?

Show All GitHub Issues é uma extensão do Chrome desenvolvida por Sindre Sorhus, e sua principal característica é "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Show All GitHub Issues

Baixe arquivos de extensão Show All GitHub Issues no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        See the website for more info.                    

Informações Básicas da Extensão

Nome Show All GitHub Issues Show All GitHub Issues
ID ahkcgmpcfiijldaijfjekdffckpidieb
URL Oficial https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb
Descrição Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Tamanho do Arquivo 5.91 KB
Contagem de Instalações 92
Versão Atual 1.0.3
Última Atualização 2020-11-20
Data de Publicação 2020-03-07
Desenvolvedor Sindre Sorhus
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/sindresorhus/show-all-github-issues
URL da Página de Ajuda https://github.com/sindresorhus/show-all-github-issues/issues
URL da Página de Política de Privacidade https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Idiomas Suportados 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"
        ]
    }
}