Actions Pride Theme 🌈
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Hvad er Actions Pride Theme 🌈?
Actions Pride Theme 🌈 er en Chrome-udvidelse udviklet af MikesCoolOrg, og dens hovedfunktion er "This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!".
Udvidelsesskærmbilleder
Download Actions Pride Theme 🌈-udvidelses-CRX-fil
Download Actions Pride Theme 🌈-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nbnbichkcbinjobfbcajeiobhpbdiimm |
| Officiel URL | https://chromewebstore.google.com/detail/actions-pride-theme-%F0%9F%8C%88/nbnbichkcbinjobfbcajeiobhpbdiimm |
| Beskrivelse | This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises! |
| Filstørrelse | 26.61 KB |
| Antal Installationer | 37 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2020-09-03 |
| Udgivelsesdato | 2020-09-03 |
| Udvikler | MikesCoolOrg |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/mscoutermarsh/actions-pride-theme |
| Understøttede Sprog | 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"
]
}
]
} | |