Actions Pride Theme 🌈
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Cos'è Actions Pride Theme 🌈?
Actions Pride Theme 🌈 è un'estensione di Chrome sviluppata da MikesCoolOrg, e la sua funzione principale è "This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Actions Pride Theme 🌈
Scarica i file di estensione Actions Pride Theme 🌈 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Informazioni di Base sull'Estensione
Nome | Actions Pride Theme 🌈 |
ID | nbnbichkcbinjobfbcajeiobhpbdiimm |
URL Ufficiale | https://chromewebstore.google.com/detail/actions-pride-theme-%F0%9F%8C%88/nbnbichkcbinjobfbcajeiobhpbdiimm |
Descrizione | This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises! |
Dimensione del File | 26.61 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2020-09-03 |
Data di Pubblicazione | 2020-09-03 |
Sviluppatore | MikesCoolOrg |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mscoutermarsh/actions-pride-theme |
Lingue Supportate | 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" ] } ] } |