Show All GitHub Issues

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

Co to jest Show All GitHub Issues?

Show All GitHub Issues to rozszerzenie Chrome opracowane przez Sindre Sorhus, a jego główną funkcją jest „Show both Issues and Pull Requests in the Issues tab by default. As it previously did.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Show All GitHub Issues

Pobierz pliki rozszerzeń Show All GitHub Issues w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        See the website for more info.                    

Podstawowe informacje o rozszerzeniu

Nazwa Show All GitHub Issues Show All GitHub Issues
ID ahkcgmpcfiijldaijfjekdffckpidieb
Oficjalny URL https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb
Opis Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Rozmiar pliku 5.91 KB
Liczba instalacji 92
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2020-11-20
Data Publikacji 2020-03-07
Deweloper Sindre Sorhus
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/sindresorhus/show-all-github-issues
Adres URL Strony Pomocy https://github.com/sindresorhus/show-all-github-issues/issues
Adres URL Strony Polityki Prywatności https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Obsługiwane Języki 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"
        ]
    }
}