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 🌈 هو إضافة Chrome تم تطويرها بواسطة MikesCoolOrg، والميزة الرئيسية لها هي "This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Actions Pride Theme 🌈
قم بتنزيل ملفات الامتداد Actions Pride Theme 🌈 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extension turns your GitHub Actions logs into a rainbow 🌈. Plus a few other surprises! معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
}
]
} | |