CoderStats link for Github Coders
Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
ما هو CoderStats link for Github Coders؟
CoderStats link for Github Coders هو إضافة Chrome تم تطويرها بواسطة Ramiro Gómez، والميزة الرئيسية لها هي "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CoderStats link for Github Coders
قم بتنزيل ملفات الامتداد CoderStats link for Github Coders بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The CoderStats link for GitHub Chrome extension displays a link to the CoderStats page for the currently displayed user or organization profile page on GitHub.
معلومات أساسية عن التمديد
الاسم | CoderStats link for Github Coders |
ID | necogepejonacpphmlmcagmbjaogpbng |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng |
الوصف | Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com. |
حجم الملف | 8.7 KB |
عدد التثبيتات | 807 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2023-05-03 |
تاريخ النشر | 2019-06-15 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Ramiro Gómez |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://coderstats.github.io/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.0", "homepage_url": "http:\/\/coderstats.github.io\/", "name": "CoderStats link for Github Coders", "description": "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.", "icons": { "48": "logo-48x48.png", "128": "logo-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "coderstats.js" ], "run_at": "document_end" } ] } |