Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

Cos'è Refined GitHub Notifications?

Refined GitHub Notifications è un'estensione di Chrome sviluppata da ggurgone, e la sua funzione principale è "Add UI improvements to the new GitHub Notifications page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Refined GitHub Notifications

Scarica i file di estensione Refined GitHub Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
URL Ufficiale https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
Descrizione Add UI improvements to the new GitHub Notifications page
Dimensione del File 15.27 KB
Conteggio Installazioni 60
Versione Corrente 0.1.3
Ultimo Aggiornamento 2020-05-03
Data di Pubblicazione 2020-05-03
Sviluppatore ggurgone
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/giuseppeg/refined-github-notifications
URL della Pagina di Aiuto https://github.com/giuseppeg/refined-github-notifications
Lingue Supportate 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"
            ]
        }
    ]
}