Forks Diff Counter for GitHub
This extension will show commits behind and ahead for every fork.
ما هو Forks Diff Counter for GitHub؟
Forks Diff Counter for GitHub هو إضافة Chrome تم تطويرها بواسطة https://giacomoferretti.com، والميزة الرئيسية لها هي "This extension will show commits behind and ahead for every fork.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Forks Diff Counter for GitHub
قم بتنزيل ملفات الامتداد Forks Diff Counter for GitHub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Forks Diff Counter for Github This extension will show you commits behind and ahead for every fork in the network page of GitHub.
معلومات أساسية عن التمديد
الاسم | Forks Diff Counter for GitHub |
ID | eencojgimolmahmdfpnfbcldppmlokfg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg |
الوصف | This extension will show commits behind and ahead for every fork. |
حجم الملف | 16.28 KB |
عدد التثبيتات | 81 |
النسخة الحالية | 1.2.4 |
آخر تحديث | 2023-08-11 |
تاريخ النشر | 2020-04-30 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://giacomoferretti.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/giacomoferretti/forks-diff-chrome |
عنوان صفحة المساعدة | https://github.com/giacomoferretti/forks-diff-chrome |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.2.4", "description": "__MSG_appDescription__", "default_locale": "en", "icons": { "16": "icons\/icon.16.png", "32": "icons\/icon.32.png", "48": "icons\/icon.48.png", "64": "icons\/icon.64.png", "128": "icons\/icon.128.png" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "js\/main.js" ] } ] } |