Github Code Review
Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request
Was ist Github Code Review?
Github Code Review ist eine Chrome-Erweiterung, die von Ecky Putrady entwickelt wurde, und ihr Hauptmerkmal ist "Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request".
Erweiterungsscreenshots
Github Code Review-Erweiterungs-CRX-Datei herunterladen
Laden Sie Github Code Review-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Github Code Review |
ID | pgdgcfbmpimnnafmejbbgodlijodgppk |
Offizielle URL | https://chromewebstore.google.com/detail/github-code-review/pgdgcfbmpimnnafmejbbgodlijodgppk |
Beschreibung | Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request |
Dateigröße | 83.14 KB |
Installationsanzahl | 125 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2015-02-09 |
Veröffentlichungsdatum | 2015-02-08 |
Entwickler | Ecky Putrady |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/eckyputrady/github-pr-approver |
Hilfeseite URL | https://github.com/eckyputrady/github-pr-approver/issues |
Unterstützte Sprachen | 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 } ] } |