Pull Requests Counter
This extension shows the number of Pull Requests assigned to you.
Co to jest Pull Requests Counter?
Pull Requests Counter to rozszerzenie Chrome opracowane przez Alessandro Rodi, a jego główną funkcją jest „This extension shows the number of Pull Requests assigned to you.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pull Requests Counter
Pobierz pliki rozszerzeń Pull Requests Counter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nabnimigmblhomjpopdohkaelngdammf |
Oficjalny URL | https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf |
Opis | This extension shows the number of Pull Requests assigned to you. |
Rozmiar pliku | 9.16 KB |
Liczba instalacji | 93 |
Aktualna Wersja | 1.3.1 |
Ostatnia Aktualizacja | 2017-09-15 |
Data Publikacji | 2017-09-15 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | Alessandro Rodi |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/renuo/pull-requests-counter |
Adres URL Strony Pomocy | https://github.com/renuo/pull-requests-counter/issues |
Obsługiwane Języki | 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" ] } |