Github BFF: Better Fork Finder
Alerts you when there is a more active fork of the Github repo you are viewing
ما هو Github BFF: Better Fork Finder؟
Github BFF: Better Fork Finder هو إضافة Chrome تم تطويرها بواسطة Sridatta Thatipamala، والميزة الرئيسية لها هي "Alerts you when there is a more active fork of the Github repo you are viewing".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Github BFF: Better Fork Finder
قم بتنزيل ملفات الامتداد Github BFF: Better Fork Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| ID | mohkigeiagechfjbifdedgiicfhalipo |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo |
| الوصف | Alerts you when there is a more active fork of the Github repo you are viewing |
| حجم الملف | 36.44 KB |
| عدد التثبيتات | 43 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2012-09-27 |
| تاريخ النشر | 2012-09-26 |
| تقييم | 4.17/5 مجموع تقييمات 6 |
| المطور | Sridatta Thatipamala |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github BFF: Better Fork Finder",
"version": "1.0",
"manifest_version": 2,
"description": "Alerts you when there is a more active fork of the Github repo you are viewing",
"permissions": [
"https:\/\/github.com\/",
"https:\/\/api.github.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/*"
],
"css": [
"style.css"
],
"js": [
"jquery.min.js",
"myscript.js"
]
}
]
} | |