Review on GitHub
Review repositories on GitHub like a Pull Request
Review on GitHubคืออะไร?
Review on GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sebastian Gräßl และคุณลักษณะหลักของมันคือ "Review repositories on GitHub like a Pull Request"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Review on GitHub
ดาวน์โหลดไฟล์ส่วนขยาย Review on GitHub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds the ability to github.com to make notes in files and add them as a compiled list to an issue.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Review on GitHub |
ID | eenlonmglmdookfbknbmcgjkpomndjdp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/review-on-github/eenlonmglmdookfbknbmcgjkpomndjdp |
คำอธิบาย | Review repositories on GitHub like a Pull Request |
ขนาดไฟล์ | 25.81 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-05-12 |
วันที่เผยแพร่ | 2016-05-12 |
ผู้พัฒนา | Sebastian Gräßl |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/bastilian/ReviewOnGitHub |
URL หน้าช่วยเหลือ | https://github.com/bastilian/ReviewOnGitHub/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Review on GitHub", "description": "Review repositories on GitHub like a Pull Request", "version": "1.0.1", "icons": { "256": "icon.png" }, "permissions": [ "https:\/\/github.com\/*" ], "web_accessible_resources": [ "vendor\/marked.min.js", "components\/notes-button.js", "components\/note-link.js", "components\/file-view.js", "components\/note-form.js", "components\/line-note.js", "components\/notes-list.js", "lib.js", "db.js", "review.js", "review.css" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "review.css" ], "js": [ "inject.js" ] } ] } |