Show All GitHub Issues

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

Vad är Show All GitHub Issues?

Show All GitHub Issues är en Chrome-tillägg utvecklad av Sindre Sorhus, och dess huvudfunktion är "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".

Tilläggsskärmbilder

screenshot

Ladda ner Show All GitHub Issues-förlängningens CRX-fil

Ladda ner Show All GitHub Issues-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        See the website for more info.                    

Grundläggande Information om Tillägg

Namn Show All GitHub Issues Show All GitHub Issues
ID ahkcgmpcfiijldaijfjekdffckpidieb
Officiell webbadress https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb
Beskrivning Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Filstorlek 5.91 KB
Antal Installationer 92
Aktuell Version 1.0.3
Senast Uppdaterad 2020-11-20
Publiceringsdatum 2020-03-07
Utvecklare Sindre Sorhus
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/sindresorhus/show-all-github-issues
Hjälpsida URL https://github.com/sindresorhus/show-all-github-issues/issues
URL till Sekretesspolicy Sidan https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Stödda Språk 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"
        ]
    }
}