Gitter Helper for GitHub
This extension makes it easy to see if a GitHub project has a Gitter room.
Co to jest Gitter Helper for GitHub?
Gitter Helper for GitHub to rozszerzenie Chrome opracowane przez Simeon Vincent, a jego główną funkcją jest „This extension makes it easy to see if a GitHub project has a Gitter room.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gitter Helper for GitHub
Pobierz pliki rozszerzeń Gitter Helper for GitHub w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | apahfabdianobklhejoojcpmoegaolpi |
| Oficjalny URL | https://chromewebstore.google.com/detail/gitter-helper-for-github/apahfabdianobklhejoojcpmoegaolpi |
| Opis | This extension makes it easy to see if a GitHub project has a Gitter room. |
| Rozmiar pliku | 7.32 KB |
| Liczba instalacji | 98 |
| Aktualna Wersja | 1.0.4 |
| Ostatnia Aktualizacja | 2015-03-25 |
| Data Publikacji | 2015-03-24 |
| Deweloper | Simeon Vincent |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/svincent/gitter-chrome |
| Adres URL Strony Pomocy | https://github.com/svincent/gitter-chrome/issues |
| Obsługiwane Języki | 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"
]
} | |