Pull Requests Counter
This extension shows the number of Pull Requests assigned to you.
Pull Requests Counterคืออะไร?
Pull Requests Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alessandro Rodi และคุณลักษณะหลักของมันคือ "This extension shows the number of Pull Requests assigned to you."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pull Requests Counter
ดาวน์โหลดไฟล์ส่วนขยาย Pull Requests Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extensions allow you to see the number of Open Pull Requests assigned to you on GitHub. Don't loose a PullRequest anymore! Make other people happy not forgetting their Pull Requests. This extension counts also the number of reviews requested from you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nabnimigmblhomjpopdohkaelngdammf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf |
คำอธิบาย | This extension shows the number of Pull Requests assigned to you. |
ขนาดไฟล์ | 9.16 KB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2017-09-15 |
วันที่เผยแพร่ | 2017-09-15 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Alessandro Rodi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/renuo/pull-requests-counter |
URL หน้าช่วยเหลือ | https://github.com/renuo/pull-requests-counter/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Renuo GmbH", "name": "Pull Requests Counter", "description": "This extension shows the number of Pull Requests assigned to you.", "version": "1.3.1", "options_page": "options.html", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "extension.js" ] }, "permissions": [ "activeTab", "https:\/\/api.github.com\/", "alarms", "storage", "tabs" ] } |