Show All GitHub Issues

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

What is Show All GitHub Issues?

Show All GitHub Issues is a Chrome extension developed by Sindre Sorhus, and its main feature is "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".

Extension Screenshots

screenshot

Download Show All GitHub Issues Extension CRX File

Download Show All GitHub Issues extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        See the website for more info.                    

Extension Basic Information

Name Show All GitHub Issues Show All GitHub Issues
ID ahkcgmpcfiijldaijfjekdffckpidieb
Official URL https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb
Description Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
File Size 5.91 KB
Installation Count 92
Current Version 1.0.3
Last Updated 2020-11-20
Publish Date 2020-03-07
Developer Sindre Sorhus
Email [email protected]
Payment Type free
Extension Website https://github.com/sindresorhus/show-all-github-issues
Help Page URL https://github.com/sindresorhus/show-all-github-issues/issues
Privacy Policy Page URL https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Supported Languages 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"
        ]
    }
}