Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

ما هو Refined GitHub Notifications؟

Refined GitHub Notifications هو إضافة Chrome تم تطويرها بواسطة ggurgone، والميزة الرئيسية لها هي "Add UI improvements to the new GitHub Notifications page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Refined GitHub Notifications

قم بتنزيل ملفات الامتداد Refined GitHub Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This little browser extension highlights GitHub notifications based on importance using colors and bold text for unread notifications.                    

معلومات أساسية عن التمديد

الاسم Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
عنوان URL الرسمي https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
الوصف Add UI improvements to the new GitHub Notifications page
حجم الملف 15.27 KB
عدد التثبيتات 60
النسخة الحالية 0.1.3
آخر تحديث 2020-05-03
تاريخ النشر 2020-05-03
المطور ggurgone
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/giuseppeg/refined-github-notifications
عنوان صفحة المساعدة https://github.com/giuseppeg/refined-github-notifications
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined GitHub Notifications",
    "version": "0.1.3",
    "description": "Add UI improvements to the new GitHub Notifications page",
    "homepage_url": "https:\/\/github.com\/giuseppeg\/refined-twitter-lite",
    "manifest_version": 2,
    "minimum_chrome_version": "62",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/github.com\/notifications",
                "https:\/\/github.com\/notifications?*"
            ],
            "js": [
                "index.user.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}