NotHub
Notification client for GitHub.
Что такое NotHub?
NotHub - это расширение Chrome, разработанное Ryunosuke Sato, и его основная функция - "Notification client for GitHub.".
Снимки экрана расширения
Скачать файл CRX расширения NotHub
Скачайте файлы расширений NotHub в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Have you ever had a problem that you no longer watch GitHub timeline cause of too many following users and watching repositories? If so, how about to try NotHub? NotHub provides you to notify only events that you are just interested. Furthermore, you can take notifications in realtime. You can have a list different from GitHub. NotHub helps you to enjoy social coding more comfortably!
Основная информация о расширении
Название | NotHub |
ID | diioicfkgfbdhpdehliknpmmibenccno |
Официальный URL | https://chromewebstore.google.com/detail/nothub/diioicfkgfbdhpdehliknpmmibenccno |
Описание | Notification client for GitHub. |
Размер файла | 279 KB |
Количество установок | 50 |
Текущая Версия | 0.4.12 |
Последнее Обновление | 2017-08-22 |
Дата публикации | 2017-08-22 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | Ryunosuke Sato |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://nothub.org |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NotHub", "description": "Notification client for GitHub.", "version": "0.4.12", "manifest_version": 2, "icons": { "128": "images\/logo-128.png", "48": "images\/logo-48.png", "16": "images\/logo.png" }, "background": { "page": "dist\/background_page.html" }, "options_page": "dist\/options_page.html", "permissions": [ "notifications", "http:\/\/stream.nothub.org:4000\/", "https:\/\/api.github.com\/", "https:\/\/github.com\/" ], "browser_action": { "default_icon": "images\/logo.png", "default_title": "Setup your following list!", "default_popup": "dist\/popup.html" } } |