Show All GitHub Issues

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

Apa itu Show All GitHub Issues?

Show All GitHub Issues adalah ekstensi Chrome yang dikembangkan oleh Sindre Sorhus, dan fitur utamanya adalah "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Show All GitHub Issues

Unduh file ekstensi Show All GitHub Issues dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        See the website for more info.                    

Informasi Dasar Ekstensi

Nama Show All GitHub Issues Show All GitHub Issues
ID ahkcgmpcfiijldaijfjekdffckpidieb
URL Resmi https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb
Deskripsi Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Ukuran File 5.91 KB
Jumlah Instalasi 92
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2020-11-20
Tanggal Publikasi 2020-03-07
Pengembang Sindre Sorhus
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/sindresorhus/show-all-github-issues
URL Halaman Bantuan https://github.com/sindresorhus/show-all-github-issues/issues
URL Halaman Kebijakan Privasi https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Bahasa yang Didukung 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"
        ]
    }
}