Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

Co je Refined GitHub Notifications?

Refined GitHub Notifications je rozšíření Chrome vyvinuté ggurgone, a jeho hlavní funkcí je „Add UI improvements to the new GitHub Notifications page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Refined GitHub Notifications

Stáhněte si soubory rozšíření Refined GitHub Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
Oficiální URL https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
Popis Add UI improvements to the new GitHub Notifications page
Velikost souboru 15.27 KB
Počet instalací 60
Aktuální Verze 0.1.3
Poslední Aktualizace 2020-05-03
Datum Vydání 2020-05-03
Vývojář ggurgone
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/giuseppeg/refined-github-notifications
URL Stránky Nápovědy https://github.com/giuseppeg/refined-github-notifications
Podporované Jazyky 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"
            ]
        }
    ]
}