Pull Requests Counter
This extension shows the number of Pull Requests assigned to you.
Wat is Pull Requests Counter?
Pull Requests Counter is een Chrome-extensie ontwikkeld door Alessandro Rodi, en de belangrijkste functie is "This extension shows the number of Pull Requests assigned to you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pull Requests Counter
Download Pull Requests Counter-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
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.
Basisinformatie over de Extensie
Naam | |
ID | nabnimigmblhomjpopdohkaelngdammf |
Officiële URL | https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf |
Beschrijving | This extension shows the number of Pull Requests assigned to you. |
Bestandsgrootte | 9.16 KB |
Aantal Installaties | 93 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2017-09-15 |
Publicatiedatum | 2017-09-15 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Alessandro Rodi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/renuo/pull-requests-counter |
Help Pagina-URL | https://github.com/renuo/pull-requests-counter/issues |
Ondersteunde Talen | 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" ] } |