Github Code Review

Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request

Apa itu Github Code Review?

Github Code Review adalah ekstensi Chrome yang dikembangkan oleh Ecky Putrady, dan fitur utamanya adalah "Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Github Code Review

Unduh file ekstensi Github Code Review 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

                        Code review becomes easier with Github Code Review.

Github Code Review is a Chrome Extension that act as a lightweight code review tool on top of Github Pull Request. It let's you approve pull request and see who has approved each pull request easily.

Approve pull request by commenting with the following keywords/emojis:

- :+1:
- :shipit:
- verified
- approve                    

Informasi Dasar Ekstensi

Nama Github Code Review Github Code Review
ID pgdgcfbmpimnnafmejbbgodlijodgppk
URL Resmi https://chromewebstore.google.com/detail/github-code-review/pgdgcfbmpimnnafmejbbgodlijodgppk
Deskripsi Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request
Ukuran File 83.14 KB
Jumlah Instalasi 125
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2015-02-09
Tanggal Publikasi 2015-02-08
Pengembang Ecky Putrady
Tipe Pembayaran free
Situs Ekstensi https://github.com/eckyputrady/github-pr-approver
URL Halaman Bantuan https://github.com/eckyputrady/github-pr-approver/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Code Review",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}