News Feed for GitHub

GitHub news feed notifications directly in the browser

什麼是News Feed for GitHub?

News Feed for GitHub是由Julian Kühnel開發的Chrome擴展程式,該擴展的主要功能是“GitHub news feed notifications directly in the browser”。

擴展截圖

screenshot

下載News Feed for GitHub擴展crx文件

下載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
官方網址 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"
        ]
    }
}