Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

Wat is Refined GitHub Notifications?

Refined GitHub Notifications is een Chrome-extensie ontwikkeld door ggurgone, en de belangrijkste functie is "Add UI improvements to the new GitHub Notifications page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Refined GitHub Notifications

Download Refined GitHub Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
Officiële URL https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
Beschrijving Add UI improvements to the new GitHub Notifications page
Bestandsgrootte 15.27 KB
Aantal Installaties 60
Huidige Versie 0.1.3
Laatst Bijgewerkt 2020-05-03
Publicatiedatum 2020-05-03
Ontwikkelaar ggurgone
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/giuseppeg/refined-github-notifications
Help Pagina-URL https://github.com/giuseppeg/refined-github-notifications
Ondersteunde Talen 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"
            ]
        }
    ]
}