GitHub Monitor

Get notifications for activity on your public and private repositories.

Co to jest GitHub Monitor?

GitHub Monitor to rozszerzenie Chrome opracowane przez gmoz22, a jego główną funkcją jest „Get notifications for activity on your public and private repositories.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia GitHub Monitor

Pobierz pliki rozszerzeń GitHub Monitor 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

                        - 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                    

Podstawowe informacje o rozszerzeniu

Nazwa GitHub Monitor GitHub Monitor
ID bbikjjbpphkhejhalmjebhopgohlflag
Oficjalny URL https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag
Opis Get notifications for activity on your public and private repositories.
Rozmiar pliku 36.81 KB
Liczba instalacji 45
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2014-02-19
Data Publikacji 2014-02-19
Deweloper gmoz22
Typ Płatności free
Strona Rozszerzenia https://github.com/gmoz22/github-monitor-chromeext
Adres URL Strony Pomocy https://github.com/gmoz22/github-monitor-chromeext
Obsługiwane Języki 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"
}