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
官方網址 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"
        ]
    }
}