Github Code Review
Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request
Qu'est-ce que Github Code Review ?
Github Code Review est une extension Chrome développée par Ecky Putrady, et sa fonction principale est "Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github Code Review
Téléchargez les fichiers d'extension Github Code Review au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Github Code Review |
ID | pgdgcfbmpimnnafmejbbgodlijodgppk |
URL Officiel | https://chromewebstore.google.com/detail/github-code-review/pgdgcfbmpimnnafmejbbgodlijodgppk |
Description | Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request |
Taille du Fichier | 83.14 KB |
Nombre d'Installations | 125 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2015-02-09 |
Date de Publication | 2015-02-08 |
Développeur | Ecky Putrady |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/eckyputrady/github-pr-approver |
URL de la Page d'Aide | https://github.com/eckyputrady/github-pr-approver/issues |
Langues Prises en Charge | 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 } ] } |