Github Original Streak
Re-builds former current and longest streaks on Github profiles
ما هو Github Original Streak؟
Github Original Streak هو إضافة Chrome تم تطويرها بواسطة Naramsim، والميزة الرئيسية لها هي "Re-builds former current and longest streaks on Github profiles".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Github Original Streak
قم بتنزيل ملفات الامتداد Github Original Streak بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Since May 2016 Github does not provide anymore your current streak and your longest streak of contributions. Read it here: https://github.com/blog/2173-more-contributions-on-your-profile If you want it back, like it was, just install this extension
معلومات أساسية عن التمديد
الاسم | Github Original Streak |
ID | jgfeifpakohnblfnjdpigclinhbkocja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-original-streak/jgfeifpakohnblfnjdpigclinhbkocja |
الوصف | Re-builds former current and longest streaks on Github profiles |
حجم الملف | 213 KB |
عدد التثبيتات | 649 |
النسخة الحالية | 1.15.1 |
آخر تحديث | 2023-01-10 |
تاريخ النشر | 2019-12-06 |
تقييم | 4.91/5 مجموع تقييمات 11 |
المطور | Naramsim |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Naramsim/GithubOriginalStreak |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Original Streak", "short_name": "Github Streak", "version": "1.15.1", "version_name": "1.15.1", "manifest_version": 3, "description": "Re-builds former current and longest streaks on Github profiles", "homepage_url": "https:\/\/github.com\/Naramsim\/GithubOriginalStreak", "author": "Naramsim", "icons": { "16": "icons\/g16.png", "48": "icons\/g48.png", "128": "icons\/g128.png" }, "default_locale": "en", "offline_enabled": true, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/api.github.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "all_frames": false, "run_at": "document_end", "js": [ "src\/inject.js" ] } ] } |