News Feed for GitHub
GitHub news feed notifications directly in the browser
ما هو News Feed for GitHub؟
News Feed for GitHub هو إضافة Chrome تم تطويرها بواسطة Julian Kühnel، والميزة الرئيسية لها هي "GitHub news feed notifications directly in the browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة News Feed for GitHub
قم بتنزيل ملفات الامتداد News Feed for GitHub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will notify you if something happens in your GitHub news feed.
معلومات أساسية عن التمديد
الاسم | News Feed for GitHub |
ID | gbpajmknkcgjeinfbmfeiafhogbhgkjh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh |
الوصف | GitHub news feed notifications directly in the browser |
حجم الملف | 48.81 KB |
عدد التثبيتات | 51 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2018-01-17 |
تاريخ النشر | 2018-01-17 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Julian Kühnel |
نوع الدفع | free |
موقع الإضافة | https://github.com/julmot/news-feed-for-github |
عنوان صفحة المساعدة | https://github.com/julmot/news-feed-for-github/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "News Feed for GitHub", "description": "GitHub news feed notifications directly in the browser", "version": "1.2.1", "homepage_url": "https:\/\/github.com\/julmot\/news-feed-for-github", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "minimum_chrome_version": "42", "offline_enabled": false, "browser_action": { "default_icon": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "default_title": "News Feed for GitHub", "browser_style": false }, "permissions": [ "https:\/\/*.github.com\/*", "https:\/\/*.githubusercontent.com\/*", "notifications", "tabs" ], "background": { "scripts": [ "vendor\/xmlToJSON.js\/lib\/xmlToJSON.js", "scripts\/NewsFeed.js", "scripts\/NewsFeedChecker.js", "scripts\/NewsFeedTransmitter.js", "scripts\/bootstrap.js" ] } } |