Github Code Review
Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request
What is Github Code Review?
Github Code Review is a Chrome extension developed by Ecky Putrady, and its main feature is "Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request".
Extension Screenshots
Download Github Code Review Extension CRX File
Download Github Code Review extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Github Code Review |
ID | pgdgcfbmpimnnafmejbbgodlijodgppk |
Official URL | 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 |
File Size | 83.14 KB |
Installation Count | 125 |
Current Version | 1.0.0 |
Last Updated | 2015-02-09 |
Publish Date | 2015-02-08 |
Developer | Ecky Putrady |
Payment Type | free |
Extension Website | https://github.com/eckyputrady/github-pr-approver |
Help Page URL | https://github.com/eckyputrady/github-pr-approver/issues |
Supported Languages | 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 } ] } |