Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

What is Refined GitHub Notifications?

Refined GitHub Notifications is a Chrome extension developed by ggurgone, and its main feature is "Add UI improvements to the new GitHub Notifications page".

Extension Screenshots

screenshot

Download Refined GitHub Notifications Extension CRX File

Download Refined GitHub Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
Official URL https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
Description Add UI improvements to the new GitHub Notifications page
File Size 15.27 KB
Installation Count 60
Current Version 0.1.3
Last Updated 2020-05-03
Publish Date 2020-05-03
Developer ggurgone
Email [email protected]
Payment Type free
Extension Website https://github.com/giuseppeg/refined-github-notifications
Help Page URL https://github.com/giuseppeg/refined-github-notifications
Supported Languages 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"
            ]
        }
    ]
}