News Feed for GitHub

GitHub news feed notifications directly in the browser

Hvad er News Feed for GitHub?

News Feed for GitHub er en Chrome-udvidelse udviklet af Julian Kühnel, og dens hovedfunktion er "GitHub news feed notifications directly in the browser".

Udvidelsesskærmbilleder

screenshot

Download News Feed for GitHub-udvidelses-CRX-fil

Download News Feed for GitHub-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn News Feed for GitHub News Feed for GitHub
ID gbpajmknkcgjeinfbmfeiafhogbhgkjh
Officiel URL https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh
Beskrivelse GitHub news feed notifications directly in the browser
Filstørrelse 48.81 KB
Antal Installationer 51
Nuværende Version 1.2.1
Senest Opdateret 2018-01-17
Udgivelsesdato 2018-01-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Julian Kühnel
Betalingsmetode free
Udvidelseswebsted https://github.com/julmot/news-feed-for-github
Hjælpeside-URL https://github.com/julmot/news-feed-for-github/issues
Understøttede Sprog 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"
        ]
    }
}