Show All GitHub Issues
Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Co je Show All GitHub Issues?
Show All GitHub Issues je rozšíření Chrome vyvinuté Sindre Sorhus, a jeho hlavní funkcí je „Show both Issues and Pull Requests in the Issues tab by default. As it previously did.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Show All GitHub Issues
Stáhněte si soubory rozšíření Show All GitHub Issues ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
See the website for more info.
Základní Informace o Rozšíření
Název | Show All GitHub Issues |
ID | ahkcgmpcfiijldaijfjekdffckpidieb |
Oficiální URL | https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb |
Popis | Show both Issues and Pull Requests in the Issues tab by default. As it previously did. |
Velikost souboru | 5.91 KB |
Počet instalací | 92 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2020-11-20 |
Datum Vydání | 2020-03-07 |
Vývojář | Sindre Sorhus |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/sindresorhus/show-all-github-issues |
URL Stránky Nápovědy | https://github.com/sindresorhus/show-all-github-issues/issues |
URL Stránky Zásad Ochrany Soukromí | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Podporované Jazyky | 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" ] } } |