Github PRs viewer

Check your open/assigned pull requests without opening Github

Apa itu Github PRs viewer?

Github PRs viewer adalah ekstensi Chrome yang dikembangkan oleh tomas.shrewsbury, dan fitur utamanya adalah "Check your open/assigned pull requests without opening Github".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Github PRs viewer

Unduh file ekstensi Github PRs viewer 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

                        Permite ver PRs de Github de una manera mucho mas comoda y rapida!                    

Informasi Dasar Ekstensi

Nama Github PRs viewer Github PRs viewer
ID fcggaaokidkfpkhjflegbbjpojnkhelc
URL Resmi https://chromewebstore.google.com/detail/github-prs-viewer/fcggaaokidkfpkhjflegbbjpojnkhelc
Deskripsi Check your open/assigned pull requests without opening Github
Ukuran File 3.48 MB
Jumlah Instalasi 25
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2020-05-18
Tanggal Publikasi 2020-05-18
Penilaian 5.00/5 Total 3 Penilaian
Pengembang tomas.shrewsbury
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://candidates.flycricket.io/privacy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github PRs viewer",
    "short_name": "Github PRs",
    "version": "2.0.3",
    "description": "Check your open\/assigned pull requests without opening Github",
    "author": "Tomas Shrewsbury",
    "icons": {
        "64": "icons\/icon-logo.png",
        "128": "icons\/icon-logo.png"
    },
    "browser_action": {
        "default_title": "Github Buddy",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            ".\/oauth2\/oauth2.js",
            ".\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/robots.txt*"
            ],
            "js": [
                ".\/oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/github.com\/login\/oauth\/access_token",
        "idle",
        "notifications",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "oauth2\/oauth2.html"
    ]
}