Github Colorful Streak
Custom Github contribution streak color.
ما هو Github Colorful Streak؟
Github Colorful Streak هو إضافة Chrome تم تطويرها بواسطة mingfei، والميزة الرئيسية لها هي "Custom Github contribution streak color.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Github Colorful Streak
قم بتنزيل ملفات الامتداد Github Colorful Streak بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Github Colorful Streak can change github contribution streak color beyond official green.
معلومات أساسية عن التمديد
الاسم | |
ID | medomflmnjgkhnkoidiacgngmbeambme |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/github-colorful-streak/medomflmnjgkhnkoidiacgngmbeambme |
الوصف | Custom Github contribution streak color. |
حجم الملف | 11.89 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 2.0 |
آخر تحديث | 2020-07-28 |
تاريخ النشر | 2017-11-22 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | mingfei |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://thu.github.io/github-colorful-streak/ |
عنوان صفحة المساعدة | https://thu.github.io/github-colorful-streak/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "name": "Github Colorful Streak", "version": "2.0", "description": "Custom Github contribution streak color.", "options_page": "options.html", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "Github colorful", "default_icon": "128.png" }, "permissions": [ "tabs", "*:\/\/github.com\/*", "storage" ] } |