Github Pull Request Counter

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

Apa itu Github Pull Request Counter?

Github Pull Request Counter adalah ekstensi Chrome yang dikembangkan oleh Renuo, dan fitur utamanya adalah "A chrome extension to remove mental load when working with pull requests.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Github Pull Request Counter

Unduh file ekstensi Github Pull Request Counter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Github Pull Request Counter Github Pull Request Counter
ID eeejbcmnmgogpkgeinlbchoafjjbegmi
URL Resmi https://chromewebstore.google.com/detail/github-pull-request-count/eeejbcmnmgogpkgeinlbchoafjjbegmi
Deskripsi A chrome extension to remove mental load when working with pull requests.
Ukuran File 68.37 KB
Jumlah Instalasi 81
Versi Saat Ini 1.0.10
Terakhir Diperbarui 2023-06-24
Tanggal Publikasi 2021-08-02
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Renuo
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/renuo/github-pull-request-counter
Bahasa yang Didukung 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"
    }
}