News Feed for GitHub

GitHub news feed notifications directly in the browser

Τι είναι το News Feed for GitHub;

Το News Feed for GitHub είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Julian Kühnel, και η κύρια λειτουργία του είναι "GitHub news feed notifications directly in the browser".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης News Feed for GitHub

Λήψη αρχείων επέκτασης News Feed for GitHub σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα News Feed for GitHub News Feed for GitHub
ID gbpajmknkcgjeinfbmfeiafhogbhgkjh
Επίσημο URL https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh
Περιγραφή GitHub news feed notifications directly in the browser
Μέγεθος Αρχείου 48.81 KB
Αριθμός Εγκαταστάσεων 51
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2018-01-17
Ημερομηνία Δημοσίευσης 2018-01-17
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Julian Kühnel
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/julmot/news-feed-for-github
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/julmot/news-feed-for-github/issues
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}