GitHub Monitor
Get notifications for activity on your public and private repositories.
Что такое GitHub Monitor?
GitHub Monitor - это расширение Chrome, разработанное gmoz22, и его основная функция - "Get notifications for activity on your public and private repositories.".
Снимки экрана расширения
Скачать файл CRX расширения GitHub Monitor
Скачайте файлы расширений GitHub Monitor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
- Displays notifications of other contributors' activity on public and private repositories you contribute to - Handles Pushes, Releases and Comments Contribute at https://github.com/gmoz22/github-monitor-chromeext
Основная информация о расширении
Название | GitHub Monitor |
ID | bbikjjbpphkhejhalmjebhopgohlflag |
Официальный URL | https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag |
Описание | Get notifications for activity on your public and private repositories. |
Размер файла | 36.81 KB |
Количество установок | 45 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2014-02-19 |
Дата публикации | 2014-02-19 |
Разработчик | gmoz22 |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/gmoz22/github-monitor-chromeext |
URL страницы помощи | https://github.com/gmoz22/github-monitor-chromeext |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Monitor", "short_name": "GitHub Monitor", "description": "Get notifications for activity on your public and private repositories.", "author": "Steve Oziel", "version": "0.1.1", "manifest_version": 2, "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "24": "img\/icon_24.png", "16": "img\/icon_16.png" }, "permissions": [ "storage", "notifications", "https:\/\/api.github.com\/" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_title": "Options", "default_popup": "options.html" }, "options_page": "options.html" } |