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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы помощи | 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" ] } } |