Github Workflow
An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Github Workflowคืออะไร?
Github Workflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dean Silfen และคุณลักษณะหลักของมันคือ "An extension that allows you to hide files in pull requests and adds highlighting for notifications."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Workflow
ดาวน์โหลดไฟล์ส่วนขยาย Github Workflow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that makes using pull-requests for code reviews a more enjoyable experience! Features: * Ability to toggle files while reviewing code * Ability to navigate to full branches from PR view
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Workflow |
ID | oplmfbpmbheeolioggldagbjmjkecilg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg |
คำอธิบาย | An extension that allows you to hide files in pull requests and adds highlighting for notifications. |
ขนาดไฟล์ | 48.75 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 2.2.2 |
อัปเดตครั้งล่าสุด | 2016-02-27 |
วันที่เผยแพร่ | 2016-02-27 |
ผู้พัฒนา | Dean Silfen |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/djds23/github-notif-helper |
URL หน้าช่วยเหลือ | https://github.com/djds23/github-notif-helper/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Workflow", "version": "2.2.2", "description": "An extension that allows you to hide files in pull requests and adds highlighting for notifications.", "permissions": [ "https:\/\/github.com\/*", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "app\/app.js" ] } ] } |