Actions Pride Theme 🌈
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Wat is Actions Pride Theme 🌈?
Actions Pride Theme 🌈 is een Chrome-extensie ontwikkeld door MikesCoolOrg, en de belangrijkste functie is "This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!".
Extensie Screenshots
Download het CRX-bestand van de extensie Actions Pride Theme 🌈
Download Actions Pride Theme 🌈-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises! Basisinformatie over de Extensie
| Naam | |
| ID | nbnbichkcbinjobfbcajeiobhpbdiimm |
| Officiële URL | https://chromewebstore.google.com/detail/actions-pride-theme-%F0%9F%8C%88/nbnbichkcbinjobfbcajeiobhpbdiimm |
| Beschrijving | This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises! |
| Bestandsgrootte | 26.61 KB |
| Aantal Installaties | 37 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2020-09-03 |
| Publicatiedatum | 2020-09-03 |
| Ontwikkelaar | MikesCoolOrg |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/mscoutermarsh/actions-pride-theme |
| Ondersteunde Talen | 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"
]
}
]
} | |