Review on GitHub

Review repositories on GitHub like a Pull Request

Apa itu Review on GitHub?

Review on GitHub adalah ekstensi Chrome yang dikembangkan oleh Sebastian Gräßl, dan fitur utamanya adalah "Review repositories on GitHub like a Pull Request".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Review on GitHub

Unduh file ekstensi Review on GitHub 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 extension adds the ability to github.com to make notes in files and add them as a compiled list to an issue.                    

Informasi Dasar Ekstensi

Nama Review on GitHub Review on GitHub
ID eenlonmglmdookfbknbmcgjkpomndjdp
URL Resmi https://chromewebstore.google.com/detail/review-on-github/eenlonmglmdookfbknbmcgjkpomndjdp
Deskripsi Review repositories on GitHub like a Pull Request
Ukuran File 25.81 KB
Jumlah Instalasi 115
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-05-12
Tanggal Publikasi 2016-05-12
Pengembang Sebastian Gräßl
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/bastilian/ReviewOnGitHub
URL Halaman Bantuan https://github.com/bastilian/ReviewOnGitHub/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Review on GitHub",
    "description": "Review repositories on GitHub like a Pull Request",
    "version": "1.0.1",
    "icons": {
        "256": "icon.png"
    },
    "permissions": [
        "https:\/\/github.com\/*"
    ],
    "web_accessible_resources": [
        "vendor\/marked.min.js",
        "components\/notes-button.js",
        "components\/note-link.js",
        "components\/file-view.js",
        "components\/note-form.js",
        "components\/line-note.js",
        "components\/notes-list.js",
        "lib.js",
        "db.js",
        "review.js",
        "review.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "review.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}