Github Pull Request Counter
A chrome extension to remove mental load when working with pull requests.
Wat is Github Pull Request Counter?
Github Pull Request Counter is een Chrome-extensie ontwikkeld door Renuo, en de belangrijkste functie is "A chrome extension to remove mental load when working with pull requests.".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Pull Request Counter
Download Github Pull Request 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
Maintains a list of GitHub pull request which need action, such as review or merging. This removes mental load and decreases the amount of time between reviews. Basisinformatie over de Extensie
| Naam | |
| ID | eeejbcmnmgogpkgeinlbchoafjjbegmi |
| Officiële URL | https://chromewebstore.google.com/detail/github-pull-request-count/eeejbcmnmgogpkgeinlbchoafjjbegmi |
| Beschrijving | A chrome extension to remove mental load when working with pull requests. |
| Bestandsgrootte | 68.37 KB |
| Aantal Installaties | 81 |
| Huidige Versie | 1.0.10 |
| Laatst Bijgewerkt | 2023-06-24 |
| Publicatiedatum | 2021-08-02 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Renuo |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/renuo/github-pull-request-counter |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"author": "Renuo AG",
"name": "Github Pull Request Counter",
"description": "A chrome extension to remove mental load when working with pull requests.",
"version": "1.0.10",
"action": {
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"alarms",
"storage"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |