Git Git Hooray
Celebrate first time contributors on GitHub
Git Git Hoorayคืออะไร?
Git Git Hooray เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Molluzzo และคุณลักษณะหลักของมันคือ "Celebrate first time contributors on GitHub"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Git Git Hooray
ดาวน์โหลดไฟล์ส่วนขยาย Git Git Hooray ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Celebrate first time contributors on GitHub! Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Git Git Hooray |
ID | hdonhjpoakhlbpmehiogeaknnfdlgnad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad |
คำอธิบาย | Celebrate first time contributors on GitHub |
ขนาดไฟล์ | 24.91 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2017-03-27 |
วันที่เผยแพร่ | 2017-03-27 |
ผู้พัฒนา | Paul Molluzzo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/paulmolluzzo/git-git-hooray |
URL หน้าช่วยเหลือ | https://github.com/paulmolluzzo/git-git-hooray/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Git Hooray", "version": "1.1.0", "description": "Celebrate first time contributors on GitHub", "homepage_url": "https:\/\/github.com\/paulmolluzzo\/git-git-hooray", "manifest_version": 2, "minimum_chrome_version": "49", "permissions": [ "https:\/\/github.com\/*" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ] } |