Actions Pride Theme 🌈
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Apa itu Actions Pride Theme 🌈?
Actions Pride Theme 🌈 adalah ekstensi Chrome yang dikembangkan oleh MikesCoolOrg, dan fitur utamanya adalah "This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Actions Pride Theme 🌈
Unduh file ekstensi Actions Pride Theme 🌈 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Informasi Dasar Ekstensi
Nama | Actions Pride Theme 🌈 |
ID | nbnbichkcbinjobfbcajeiobhpbdiimm |
URL Resmi | https://chromewebstore.google.com/detail/actions-pride-theme-%F0%9F%8C%88/nbnbichkcbinjobfbcajeiobhpbdiimm |
Deskripsi | This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises! |
Ukuran File | 26.61 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2020-09-03 |
Tanggal Publikasi | 2020-09-03 |
Pengembang | MikesCoolOrg |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mscoutermarsh/actions-pride-theme |
Bahasa yang Didukung | 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" ] } ] } |