GitHub News Feed

Shows a tooltip with your unread news feed from GitHub

ما هو GitHub News Feed؟

GitHub News Feed هو إضافة Chrome تم تطويرها بواسطة https://wenzhixin.net.cn، والميزة الرئيسية لها هي "Shows a tooltip with your unread news feed from GitHub".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GitHub News Feed

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

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

                        Shows a tooltip with your unread news feed from GitHub.

GitHub repo: https://github.com/wenzhixin/github-news-feed.                    

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

الاسم GitHub News Feed GitHub News Feed
ID hnmpkklbfneambgbmkcmcjgcmimpgkkl
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl
الوصف Shows a tooltip with your unread news feed from GitHub
حجم الملف 175 KB
عدد التثبيتات 29
النسخة الحالية 1.2.0
آخر تحديث 2017-12-25
تاريخ النشر 2017-12-25
تقييم 4.50/5 مجموع تقييمات 2
المطور https://wenzhixin.net.cn
البريد الإلكتروني wenzhixin2010@gmail.com
نوع الدفع free
موقع الإضافة https://github.com/wenzhixin/github-news-feed
عنوان صفحة المساعدة https://github.com/wenzhixin/github-news-feed/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub News Feed",
    "description": "Shows a tooltip with your unread news feed from GitHub",
    "version": "1.2.0",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/github.com\/"
    ]
}