GitHub Breakout
Breakout!
GitHub Breakoutคืออะไร?
GitHub Breakout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย siy1121 และคุณลักษณะหลักของมันคือ "Breakout!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Breakout
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Breakout ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Play breakout with the GitHub contributions graph! https://github.com/SIY1121/github-breakout
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pjdnfcgenganjboibkcacickkpmnfimn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-breakout/pjdnfcgenganjboibkcacickkpmnfimn |
คำอธิบาย | Breakout! |
ขนาดไฟล์ | 12.61 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2021-03-13 |
วันที่เผยแพร่ | 2020-09-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | siy1121 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitter.com/SIY1121/status/1308004558090768386 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Breakout", "version": "1.1.1", "manifest_version": 2, "description": "Breakout!", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "main.js" ] } ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "512": "icons\/512.png" } } |