Actions Pride Theme 🌈
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
What is Actions Pride Theme 🌈?
Actions Pride Theme 🌈 is a Chrome extension developed by MikesCoolOrg, and its main feature is "This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!".
Extension Screenshots
Download Actions Pride Theme 🌈 Extension CRX File
Download Actions Pride Theme 🌈 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Extension Basic Information
Name | Actions Pride Theme 🌈 |
ID | nbnbichkcbinjobfbcajeiobhpbdiimm |
Official URL | https://chromewebstore.google.com/detail/actions-pride-theme-%F0%9F%8C%88/nbnbichkcbinjobfbcajeiobhpbdiimm |
Description | This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises! |
File Size | 26.61 KB |
Installation Count | 37 |
Current Version | 0.1 |
Last Updated | 2020-09-03 |
Publish Date | 2020-09-03 |
Developer | MikesCoolOrg |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mscoutermarsh/actions-pride-theme |
Supported Languages | 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" ] } ] } |