Show All GitHub Issues
Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
Cos'è Show All GitHub Issues?
Show All GitHub Issues è un'estensione di Chrome sviluppata da Sindre Sorhus, e la sua funzione principale è "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Show All GitHub Issues
Scarica i file di estensione Show All GitHub Issues in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
See the website for more info.
Informazioni di Base sull'Estensione
Nome | Show All GitHub Issues |
ID | ahkcgmpcfiijldaijfjekdffckpidieb |
URL Ufficiale | https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb |
Descrizione | Show both Issues and Pull Requests in the Issues tab by default. As it previously did. |
Dimensione del File | 5.91 KB |
Conteggio Installazioni | 92 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2020-11-20 |
Data di Pubblicazione | 2020-03-07 |
Sviluppatore | Sindre Sorhus |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/sindresorhus/show-all-github-issues |
URL della Pagina di Aiuto | https://github.com/sindresorhus/show-all-github-issues/issues |
URL della Pagina della Politica sulla Privacy | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
Lingue Supportate | 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" ] } } |