Gitter Helper for GitHub
This extension makes it easy to see if a GitHub project has a Gitter room.
Что такое Gitter Helper for GitHub?
Gitter Helper for GitHub - это расширение Chrome, разработанное Simeon Vincent, и его основная функция - "This extension makes it easy to see if a GitHub project has a Gitter room.".
Снимки экрана расширения
Скачать файл CRX расширения Gitter Helper for GitHub
Скачайте файлы расширений Gitter Helper for GitHub в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
BETA! This extension is in development. Please report bugs on:
https://github.com/svincent/gitter-chrome/issues
This extension makes it easy to see if there's a Gitter chat room for a project while browsing GitHub. If the project has a room, a Gitter icon will appear in the omnibox. Clicking this icon will open the Gitter room in a new tab. Основная информация о расширении
| Название | |
| ID | apahfabdianobklhejoojcpmoegaolpi |
| Официальный URL | https://chromewebstore.google.com/detail/gitter-helper-for-github/apahfabdianobklhejoojcpmoegaolpi |
| Описание | This extension makes it easy to see if a GitHub project has a Gitter room. |
| Размер файла | 7.32 KB |
| Количество установок | 98 |
| Текущая Версия | 1.0.4 |
| Последнее Обновление | 2015-03-25 |
| Дата публикации | 2015-03-24 |
| Разработчик | Simeon Vincent |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/svincent/gitter-chrome |
| URL страницы помощи | https://github.com/svincent/gitter-chrome/issues |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gitter Helper for GitHub",
"short_name": "GitterHelper",
"description": "This extension makes it easy to see if a GitHub project has a Gitter room.",
"version": "1.0.4",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"page_action": {
"default_icon": "icon.png",
"default_title": "Open Gitter room"
},
"permissions": [
"tabs"
]
} | |