Show All GitHub Issues
Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Was ist Show All GitHub Issues?
Show All GitHub Issues ist eine Chrome-Erweiterung, die von Sindre Sorhus entwickelt wurde, und ihr Hauptmerkmal ist "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".
Erweiterungsscreenshots
Show All GitHub Issues-Erweiterungs-CRX-Datei herunterladen
Laden Sie Show All GitHub Issues-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
See the website for more info.
Grundlegende Informationen zur Erweiterung
Name | Show All GitHub Issues |
ID | ahkcgmpcfiijldaijfjekdffckpidieb |
Offizielle URL | https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb |
Beschreibung | Show both Issues and Pull Requests in the Issues tab by default. As it previously did. |
Dateigröße | 5.91 KB |
Installationsanzahl | 92 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2020-11-20 |
Veröffentlichungsdatum | 2020-03-07 |
Entwickler | Sindre Sorhus |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/sindresorhus/show-all-github-issues |
Hilfeseite URL | https://github.com/sindresorhus/show-all-github-issues/issues |
URL der Datenschutzrichtlinien-Seite | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Unterstützte Sprachen | 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" ] } } |