Show All GitHub Issues
Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Wat is Show All GitHub Issues?
Show All GitHub Issues is een Chrome-extensie ontwikkeld door Sindre Sorhus, en de belangrijkste functie is "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".
Extensie Screenshots
Download het CRX-bestand van de extensie Show All GitHub Issues
Download Show All GitHub Issues-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
See the website for more info.
Basisinformatie over de Extensie
Naam | Show All GitHub Issues |
ID | ahkcgmpcfiijldaijfjekdffckpidieb |
Officiële URL | https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb |
Beschrijving | Show both Issues and Pull Requests in the Issues tab by default. As it previously did. |
Bestandsgrootte | 5.91 KB |
Aantal Installaties | 92 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2020-11-20 |
Publicatiedatum | 2020-03-07 |
Ontwikkelaar | Sindre Sorhus |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/sindresorhus/show-all-github-issues |
Help Pagina-URL | https://github.com/sindresorhus/show-all-github-issues/issues |
URL van de Privacybeleid Pagina | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Ondersteunde Talen | 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" ] } } |