Show All GitHub Issues
Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Hvad er Show All GitHub Issues?
Show All GitHub Issues er en Chrome-udvidelse udviklet af Sindre Sorhus, og dens hovedfunktion er "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".
Udvidelsesskærmbilleder
Download Show All GitHub Issues-udvidelses-CRX-fil
Download Show All GitHub Issues-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
See the website for more info.
Grundlæggende oplysninger om udvidelsen
Navn | Show All GitHub Issues |
ID | ahkcgmpcfiijldaijfjekdffckpidieb |
Officiel URL | https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb |
Beskrivelse | Show both Issues and Pull Requests in the Issues tab by default. As it previously did. |
Filstørrelse | 5.91 KB |
Antal Installationer | 92 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2020-11-20 |
Udgivelsesdato | 2020-03-07 |
Udvikler | Sindre Sorhus |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/sindresorhus/show-all-github-issues |
Hjælpeside-URL | https://github.com/sindresorhus/show-all-github-issues/issues |
URL til Fortrolighedspolitik Side | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Understøttede Sprog | 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" ] } } |