Github Code Review

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

Cos'è Github Code Review?

Github Code Review è un'estensione di Chrome sviluppata da Ecky Putrady, e la sua funzione principale è "Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Github Code Review

Scarica i file di estensione Github Code Review in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Github Code Review Github Code Review
ID pgdgcfbmpimnnafmejbbgodlijodgppk
URL Ufficiale https://chromewebstore.google.com/detail/github-code-review/pgdgcfbmpimnnafmejbbgodlijodgppk
Descrizione Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request
Dimensione del File 83.14 KB
Conteggio Installazioni 125
Versione Corrente 1.0.0
Ultimo Aggiornamento 2015-02-09
Data di Pubblicazione 2015-02-08
Sviluppatore Ecky Putrady
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/eckyputrady/github-pr-approver
URL della Pagina di Aiuto https://github.com/eckyputrady/github-pr-approver/issues
Lingue Supportate 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
        }
    ]
}