Pull Requests Counter

This extension shows the number of Pull Requests assigned to you.

Apa itu Pull Requests Counter?

Pull Requests Counter adalah ekstensi Chrome yang dikembangkan oleh Alessandro Rodi, dan fitur utamanya adalah "This extension shows the number of Pull Requests assigned to you.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pull Requests Counter

Unduh file ekstensi Pull Requests 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

                        This extensions allow you to see the number of Open Pull Requests assigned to you on GitHub.
Don't loose a PullRequest anymore! Make other people happy not forgetting their Pull Requests.
This extension counts also the number of reviews requested from you.                    

Informasi Dasar Ekstensi

Nama Pull Requests Counter Pull Requests Counter
ID nabnimigmblhomjpopdohkaelngdammf
URL Resmi https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf
Deskripsi This extension shows the number of Pull Requests assigned to you.
Ukuran File 9.16 KB
Jumlah Instalasi 93
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2017-09-15
Tanggal Publikasi 2017-09-15
Penilaian 4.80/5 Total 5 Penilaian
Pengembang Alessandro Rodi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/renuo/pull-requests-counter
URL Halaman Bantuan https://github.com/renuo/pull-requests-counter/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Renuo GmbH",
    "name": "Pull Requests Counter",
    "description": "This extension shows the number of Pull Requests assigned to you.",
    "version": "1.3.1",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/api.github.com\/",
        "alarms",
        "storage",
        "tabs"
    ]
}