What's New on GitHub

See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.

ما هو What's New on GitHub؟

What's New on GitHub هو إضافة Chrome تم تطويرها بواسطة Mickaël Allonneau، والميزة الرئيسية لها هي "See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة What's New on GitHub

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

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

                        This extension helps you see easily what happened on GitHub since your last visit.
See the screenshot to see it in action!

⭐ Don't forget to leave a rating if you find this extension useful!

(Also available on Firefox : https://addons.mozilla.org/en-US/firefox/addon/whats-new-github/)                    

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

الاسم What's New on GitHub What's New on GitHub
ID ldleapnlgbkpkabhbkkeangmnfpikahe
عنوان URL الرسمي https://chromewebstore.google.com/detail/whats-new-on-github/ldleapnlgbkpkabhbkkeangmnfpikahe
الوصف See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.
حجم الملف 9.8 KB
عدد التثبيتات 175
النسخة الحالية 3.0.1
آخر تحديث 2023-02-28
تاريخ النشر 2020-05-18
المطور Mickaël Allonneau
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/flawyte/whats-new-github
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "What's New on GitHub",
    "version": "3.0.1",
    "description": "See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.",
    "icons": {
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/",
                "https:\/\/github.com\/dashboard",
                "https:\/\/github.com\/orgs\/*\/dashboard"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}