Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

Refined GitHub Notifications là gì?

Refined GitHub Notifications là một tiện ích mở rộng Chrome được phát triển bởi ggurgone, và tính năng chính của nó là "Add UI improvements to the new GitHub Notifications page".

Ả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 Refined GitHub Notifications

Tải xuống các tệp mở rộng Refined GitHub Notifications 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 little browser extension highlights GitHub notifications based on importance using colors and bold text for unread notifications.                    

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

Tên Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
URL Chính Thức https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
Mô tả Add UI improvements to the new GitHub Notifications page
Kích Thước Tệp 15.27 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2020-05-03
Ngày Phát Hành 2020-05-03
Nhà Phát Triển ggurgone
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/giuseppeg/refined-github-notifications
URL Trang Trợ Giúp https://github.com/giuseppeg/refined-github-notifications
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined GitHub Notifications",
    "version": "0.1.3",
    "description": "Add UI improvements to the new GitHub Notifications page",
    "homepage_url": "https:\/\/github.com\/giuseppeg\/refined-twitter-lite",
    "manifest_version": 2,
    "minimum_chrome_version": "62",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/github.com\/notifications",
                "https:\/\/github.com\/notifications?*"
            ],
            "js": [
                "index.user.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}