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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}