Github Code Review
Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request
Github Code Reviewคืออะไร?
Github Code Review เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ecky Putrady และคุณลักษณะหลักของมันคือ "Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Code Review
ดาวน์โหลดไฟล์ส่วนขยาย Github Code Review ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Code Review |
ID | pgdgcfbmpimnnafmejbbgodlijodgppk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-code-review/pgdgcfbmpimnnafmejbbgodlijodgppk |
คำอธิบาย | Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request |
ขนาดไฟล์ | 83.14 KB |
จำนวนการติดตั้ง | 125 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2015-02-09 |
วันที่เผยแพร่ | 2015-02-08 |
ผู้พัฒนา | Ecky Putrady |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/eckyputrady/github-pr-approver |
URL หน้าช่วยเหลือ | https://github.com/eckyputrady/github-pr-approver/issues |
ภาษาที่รองรับ | 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 } ] } |