Actions Pride Theme 🌈
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Was ist Actions Pride Theme 🌈?
Actions Pride Theme 🌈 ist eine Chrome-Erweiterung, die von MikesCoolOrg entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!".
Erweiterungsscreenshots
Actions Pride Theme 🌈-Erweiterungs-CRX-Datei herunterladen
Laden Sie Actions Pride Theme 🌈-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Grundlegende Informationen zur Erweiterung
Name | Actions Pride Theme 🌈 |
ID | nbnbichkcbinjobfbcajeiobhpbdiimm |
Offizielle URL | https://chromewebstore.google.com/detail/actions-pride-theme-%F0%9F%8C%88/nbnbichkcbinjobfbcajeiobhpbdiimm |
Beschreibung | This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises! |
Dateigröße | 26.61 KB |
Installationsanzahl | 37 |
Aktuelle Version | 0.1 |
Letztes Update | 2020-09-03 |
Veröffentlichungsdatum | 2020-09-03 |
Entwickler | MikesCoolOrg |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mscoutermarsh/actions-pride-theme |
Unterstützte Sprachen | 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" ] } ] } |