News Feed for GitHub

GitHub news feed notifications directly in the browser

News Feed for GitHub là gì?

News Feed for GitHub là một tiện ích mở rộng Chrome được phát triển bởi Julian Kühnel, và tính năng chính của nó là "GitHub news feed notifications directly in the browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng News Feed for GitHub

Tải xuống các tệp mở rộng News Feed for GitHub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên News Feed for GitHub News Feed for GitHub
ID gbpajmknkcgjeinfbmfeiafhogbhgkjh
URL Chính Thức https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh
Mô tả GitHub news feed notifications directly in the browser
Kích Thước Tệp 48.81 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2018-01-17
Ngày Phát Hành 2018-01-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Julian Kühnel
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/julmot/news-feed-for-github
URL Trang Trợ Giúp https://github.com/julmot/news-feed-for-github/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}