Pull Requests Counter
This extension shows the number of Pull Requests assigned to you.
Cos'è Pull Requests Counter?
Pull Requests Counter è un'estensione di Chrome sviluppata da Alessandro Rodi, e la sua funzione principale è "This extension shows the number of Pull Requests assigned to you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pull Requests Counter
Scarica i file di estensione Pull Requests Counter 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
This extensions allow you to see the number of Open Pull Requests assigned to you on GitHub. Don't loose a PullRequest anymore! Make other people happy not forgetting their Pull Requests. This extension counts also the number of reviews requested from you.
Informazioni di Base sull'Estensione
Nome | |
ID | nabnimigmblhomjpopdohkaelngdammf |
URL Ufficiale | https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf |
Descrizione | This extension shows the number of Pull Requests assigned to you. |
Dimensione del File | 9.16 KB |
Conteggio Installazioni | 93 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2017-09-15 |
Data di Pubblicazione | 2017-09-15 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | Alessandro Rodi |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/renuo/pull-requests-counter |
URL della Pagina di Aiuto | https://github.com/renuo/pull-requests-counter/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Renuo GmbH", "name": "Pull Requests Counter", "description": "This extension shows the number of Pull Requests assigned to you.", "version": "1.3.1", "options_page": "options.html", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "extension.js" ] }, "permissions": [ "activeTab", "https:\/\/api.github.com\/", "alarms", "storage", "tabs" ] } |