Github Pull Request Counter

A chrome extension to remove mental load when working with pull requests.

Hvad er Github Pull Request Counter?

Github Pull Request Counter er en Chrome-udvidelse udviklet af Renuo, og dens hovedfunktion er "A chrome extension to remove mental load when working with pull requests.".

Udvidelsesskærmbilleder

screenshot

Download Github Pull Request Counter-udvidelses-CRX-fil

Download Github Pull Request Counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Github Pull Request Counter Github Pull Request Counter
ID eeejbcmnmgogpkgeinlbchoafjjbegmi
Officiel URL https://chromewebstore.google.com/detail/github-pull-request-count/eeejbcmnmgogpkgeinlbchoafjjbegmi
Beskrivelse A chrome extension to remove mental load when working with pull requests.
Filstørrelse 68.37 KB
Antal Installationer 81
Nuværende Version 1.0.10
Senest Opdateret 2023-06-24
Udgivelsesdato 2021-08-02
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Renuo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/renuo/github-pull-request-counter
Understøttede Sprog 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"
    }
}