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是由Ecky Putrady開發的Chrome擴展程式,該擴展的主要功能是“Github Code Review is a Chrome extension that lets you do code review easily on top of github pull request”。
擴展截圖
下載Github Code Review擴展crx文件
下載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 |
官方網址 | 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 } ] } |