Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

Co to jest Refined GitHub Notifications?

Refined GitHub Notifications to rozszerzenie Chrome opracowane przez ggurgone, a jego główną funkcją jest „Add UI improvements to the new GitHub Notifications page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Refined GitHub Notifications

Pobierz pliki rozszerzeń Refined GitHub Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
Oficjalny URL https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
Opis Add UI improvements to the new GitHub Notifications page
Rozmiar pliku 15.27 KB
Liczba instalacji 60
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2020-05-03
Data Publikacji 2020-05-03
Deweloper ggurgone
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/giuseppeg/refined-github-notifications
Adres URL Strony Pomocy https://github.com/giuseppeg/refined-github-notifications
Obsługiwane Języki 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"
            ]
        }
    ]
}