Github Pull Request Counter

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

Vad är Github Pull Request Counter?

Github Pull Request Counter är en Chrome-tillägg utvecklad av Renuo, och dess huvudfunktion är "A chrome extension to remove mental load when working with pull requests.".

Tilläggsskärmbilder

screenshot

Ladda ner Github Pull Request Counter-förlängningens CRX-fil

Ladda ner Github Pull Request Counter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Github Pull Request Counter Github Pull Request Counter
ID eeejbcmnmgogpkgeinlbchoafjjbegmi
Officiell webbadress https://chromewebstore.google.com/detail/github-pull-request-count/eeejbcmnmgogpkgeinlbchoafjjbegmi
Beskrivning A chrome extension to remove mental load when working with pull requests.
Filstorlek 68.37 KB
Antal Installationer 81
Aktuell Version 1.0.10
Senast Uppdaterad 2023-06-24
Publiceringsdatum 2021-08-02
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Renuo
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/renuo/github-pull-request-counter
Stödda Språk 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"
    }
}