Github Code Review

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

Wat is Github Code Review?

Github Code Review is een Chrome-extensie ontwikkeld door Ecky Putrady, en de belangrijkste functie is "Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Github Code Review

Download Github Code Review-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Github Code Review Github Code Review
ID pgdgcfbmpimnnafmejbbgodlijodgppk
Officiële URL https://chromewebstore.google.com/detail/github-code-review/pgdgcfbmpimnnafmejbbgodlijodgppk
Beschrijving Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request
Bestandsgrootte 83.14 KB
Aantal Installaties 125
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-02-09
Publicatiedatum 2015-02-08
Ontwikkelaar Ecky Putrady
Betalingswijze free
Extensiewebsite https://github.com/eckyputrady/github-pr-approver
Help Pagina-URL https://github.com/eckyputrady/github-pr-approver/issues
Ondersteunde Talen 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
        }
    ]
}