Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

O que é Refined GitHub Notifications?

Refined GitHub Notifications é uma extensão do Chrome desenvolvida por ggurgone, e sua principal característica é "Add UI improvements to the new GitHub Notifications page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Refined GitHub Notifications

Baixe arquivos de extensão Refined GitHub Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
URL Oficial https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
Descrição Add UI improvements to the new GitHub Notifications page
Tamanho do Arquivo 15.27 KB
Contagem de Instalações 60
Versão Atual 0.1.3
Última Atualização 2020-05-03
Data de Publicação 2020-05-03
Desenvolvedor ggurgone
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/giuseppeg/refined-github-notifications
URL da Página de Ajuda https://github.com/giuseppeg/refined-github-notifications
Idiomas Suportados 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"
            ]
        }
    ]
}