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
Eメール [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"
        ]
    }
}