Github Code Review
Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request
Vad är Github Code Review?
Github Code Review är en Chrome-tillägg utvecklad av Ecky Putrady, och dess huvudfunktion är "Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request".
Tilläggsskärmbilder
Ladda ner Github Code Review-förlängningens CRX-fil
Ladda ner Github Code Review-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Github Code Review |
ID | pgdgcfbmpimnnafmejbbgodlijodgppk |
Officiell webbadress | https://chromewebstore.google.com/detail/github-code-review/pgdgcfbmpimnnafmejbbgodlijodgppk |
Beskrivning | Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request |
Filstorlek | 83.14 KB |
Antal Installationer | 125 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2015-02-09 |
Publiceringsdatum | 2015-02-08 |
Utvecklare | Ecky Putrady |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/eckyputrady/github-pr-approver |
Hjälpsida URL | https://github.com/eckyputrady/github-pr-approver/issues |
Stödda Språk | 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 } ] } |