Actions Pride Theme 🌈
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Actions Pride Theme 🌈คืออะไร?
Actions Pride Theme 🌈 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MikesCoolOrg และคุณลักษณะหลักของมันคือ "This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Actions Pride Theme 🌈
ดาวน์โหลดไฟล์ส่วนขยาย Actions Pride Theme 🌈 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Actions Pride Theme 🌈 |
ID | nbnbichkcbinjobfbcajeiobhpbdiimm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/actions-pride-theme-%F0%9F%8C%88/nbnbichkcbinjobfbcajeiobhpbdiimm |
คำอธิบาย | This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises! |
ขนาดไฟล์ | 26.61 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2020-09-03 |
วันที่เผยแพร่ | 2020-09-03 |
ผู้พัฒนา | MikesCoolOrg |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mscoutermarsh/actions-pride-theme |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Actions Pride Theme \ud83c\udf08", "version": "0.1", "page_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*\/*" ], "css": [ "cool.css" ], "js": [ "cool.js" ] } ] } |