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是由Sindre Sorhus开发的Chrome扩展程序,该扩展的主要功能是“Show both Issues and Pull Requests in the Issues tab by default. As it previously did.”。

扩展截图

screenshot

下载Show All GitHub Issues扩展crx文件

下载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"
        ]
    }
}