Dashboard filter for GitHub
This adds an activity filter menu to GitHub dashboard.
ما هو Dashboard filter for GitHub؟
Dashboard filter for GitHub هو إضافة Chrome تم تطويرها بواسطة Mu-An Chiou، والميزة الرئيسية لها هي "This adds an activity filter menu to GitHub dashboard.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dashboard filter for GitHub
قم بتنزيل ملفات الامتداد Dashboard filter for GitHub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This adds an activity filter menu to GitHub.com dashboard page so user can choose to see only the activities they care about.
معلومات أساسية عن التمديد
الاسم | Dashboard filter for GitHub |
ID | pcnaddhmngnnpookfhhamkelhhakimdg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dashboard-filter-for-gith/pcnaddhmngnnpookfhhamkelhhakimdg |
الوصف | This adds an activity filter menu to GitHub dashboard. |
حجم الملف | 6.87 KB |
عدد التثبيتات | 575 |
النسخة الحالية | 0.8.8 |
آخر تحديث | 2022-12-13 |
تاريخ النشر | 2019-05-12 |
تقييم | 4.50/5 مجموع تقييمات 6 |
المطور | Mu-An Chiou |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/muan/github-dashboard |
عنوان صفحة المساعدة | https://github.com/muan/github-dashboard/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dashboard filter for GitHub", "short_name": "dashboard", "version": "0.8.8", "manifest_version": 3, "description": "This adds an activity filter menu to GitHub dashboard.", "homepage_url": "http:\/\/github.com\/muan\/dashboard", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/", "https:\/\/github.com\/orgs\/*\/dashboard" ], "css": [ "dashboard.css" ], "js": [ "dashboard.js" ] } ], "host_permissions": [ "https:\/\/api.github.com\/*" ] } |