GitHub News Feed

Shows a tooltip with your unread news feed from GitHub

GitHub News Feed là gì?

GitHub News Feed là một tiện ích mở rộng Chrome được phát triển bởi https://wenzhixin.net.cn, và tính năng chính của nó là "Shows a tooltip with your unread news feed from GitHub".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng GitHub News Feed 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

                        Shows a tooltip with your unread news feed from GitHub.

GitHub repo: https://github.com/wenzhixin/github-news-feed.                    

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

Tên GitHub News Feed GitHub News Feed
ID hnmpkklbfneambgbmkcmcjgcmimpgkkl
URL Chính Thức https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl
Mô tả Shows a tooltip with your unread news feed from GitHub
Kích Thước Tệp 175 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2017-12-25
Ngày Phát Hành 2017-12-25
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://wenzhixin.net.cn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/wenzhixin/github-news-feed
URL Trang Trợ Giúp https://github.com/wenzhixin/github-news-feed/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub News Feed",
    "description": "Shows a tooltip with your unread news feed from GitHub",
    "version": "1.2.0",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/github.com\/"
    ]
}