PR Monitor

Get notified when you receive a pull request on GitHub.

Apa itu PR Monitor?

PR Monitor adalah ekstensi Chrome yang dikembangkan oleh Zenc Labs, dan fitur utamanya adalah "Get notified when you receive a pull request on GitHub.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PR Monitor

Unduh file ekstensi PR Monitor 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

                        PR Monitor lets you easily manage your GitHub pull requests with the click of a button.

You'll get notified whenever you receive a new pull request to review, or when an existing pull request is ready for another review.

You can also access your own pull requests within a couple of clicks!

See https://github.com/fwouts/prmonitor for source code.                    

Informasi Dasar Ekstensi

Nama PR Monitor PR Monitor
ID pneldbfhblmldbhmkolclpkijgnjcmng
URL Resmi https://chromewebstore.google.com/detail/pr-monitor/pneldbfhblmldbhmkolclpkijgnjcmng
Deskripsi Get notified when you receive a pull request on GitHub.
Ukuran File 376 KB
Jumlah Instalasi 725
Versi Saat Ini 0.10.7
Terakhir Diperbarui 2023-06-21
Tanggal Publikasi 2020-06-05
Penilaian 4.25/5 Total 8 Penilaian
Pengembang Zenc Labs
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/fwouts/prmonitor
URL Halaman Bantuan https://github.com/fwouts/prmonitor/issues
URL Halaman Kebijakan Privasi https://github.com/fwouts/prmonitor/blob/master/PRIVACY_POLICY.md
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PR Monitor",
    "version": "0.10.7",
    "description": "Get notified when you receive a pull request on GitHub.",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html#popup"
    },
    "icons": {
        "48": "images\/logo48.png",
        "96": "images\/logo96.png",
        "128": "images\/logo128.png",
        "256": "images\/logo256.png"
    }
}