Actions Pride Theme 🌈
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
Actions Pride Theme 🌈 क्या है?
Actions Pride Theme 🌈 MikesCoolOrg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Actions Pride Theme 🌈 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!
एक्सटेंशन की मूल जानकारी
नाम | Actions Pride Theme 🌈 |
ID | nbnbichkcbinjobfbcajeiobhpbdiimm |
आधिकारिक URL | https://chromewebstore.google.com/detail/actions-pride-theme-%F0%9F%8C%88/nbnbichkcbinjobfbcajeiobhpbdiimm |
विवरण | This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises! |
फ़ाइल का आकार | 26.61 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2020-09-03 |
प्रकाशन तिथि | 2020-09-03 |
डेवलपर | MikesCoolOrg |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mscoutermarsh/actions-pride-theme |
समर्थित भाषाएँ | 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" ] } ] } |