Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

什么是Refined GitHub Notifications?

Refined GitHub Notifications是由ggurgone开发的Chrome扩展程序,该扩展的主要功能是“Add UI improvements to the new GitHub Notifications page”。

扩展截图

screenshot

下载Refined GitHub Notifications扩展crx文件

下载Refined GitHub Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This little browser extension highlights GitHub notifications based on importance using colors and bold text for unread notifications.                    

扩展基本信息

名称 Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
官方URL https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
简介 Add UI improvements to the new GitHub Notifications page
文件大小 15.27 KB
安装次数 60
当前版本 0.1.3
更新时间 2020-05-03
上架时间 2020-05-03
开发者 ggurgone
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/giuseppeg/refined-github-notifications
帮助页面URL https://github.com/giuseppeg/refined-github-notifications
支持的语言 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"
            ]
        }
    ]
}