Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

¿Qué es Refined GitHub Notifications?

Refined GitHub Notifications es una extensión de Chrome desarrollada por ggurgone, y su función principal es "Add UI improvements to the new GitHub Notifications page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Refined GitHub Notifications

Descarga archivos de extensión Refined GitHub Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
URL Oficial https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
Descripción Add UI improvements to the new GitHub Notifications page
Tamaño del Archivo 15.27 KB
Cantidad de Instalaciones 60
Versión Actual 0.1.3
Última Actualización 2020-05-03
Fecha de Publicación 2020-05-03
Desarrollador ggurgone
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/giuseppeg/refined-github-notifications
URL de la Página de Ayuda https://github.com/giuseppeg/refined-github-notifications
Idiomas Soportados 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"
            ]
        }
    ]
}