News Feed for GitHub

GitHub news feed notifications directly in the browser

Co je News Feed for GitHub?

News Feed for GitHub je rozšíření Chrome vyvinuté Julian Kühnel, a jeho hlavní funkcí je „GitHub news feed notifications directly in the browser“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření News Feed for GitHub

Stáhněte si soubory rozšíření News Feed for GitHub ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension will notify you if something happens in your GitHub news feed.                    

Základní Informace o Rozšíření

Název News Feed for GitHub News Feed for GitHub
ID gbpajmknkcgjeinfbmfeiafhogbhgkjh
Oficiální URL https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh
Popis GitHub news feed notifications directly in the browser
Velikost souboru 48.81 KB
Počet instalací 51
Aktuální Verze 1.2.1
Poslední Aktualizace 2018-01-17
Datum Vydání 2018-01-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Julian Kühnel
Typ Platby free
Webové stránky Rozšíření https://github.com/julmot/news-feed-for-github
URL Stránky Nápovědy https://github.com/julmot/news-feed-for-github/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News Feed for GitHub",
    "description": "GitHub news feed notifications directly in the browser",
    "version": "1.2.1",
    "homepage_url": "https:\/\/github.com\/julmot\/news-feed-for-github",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "minimum_chrome_version": "42",
    "offline_enabled": false,
    "browser_action": {
        "default_icon": {
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "96": "icons\/icon-96.png"
        },
        "default_title": "News Feed for GitHub",
        "browser_style": false
    },
    "permissions": [
        "https:\/\/*.github.com\/*",
        "https:\/\/*.githubusercontent.com\/*",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "vendor\/xmlToJSON.js\/lib\/xmlToJSON.js",
            "scripts\/NewsFeed.js",
            "scripts\/NewsFeedChecker.js",
            "scripts\/NewsFeedTransmitter.js",
            "scripts\/bootstrap.js"
        ]
    }
}