GitHub Hovercard

Neat hovercards for GitHub.

O que é GitHub Hovercard?

GitHub Hovercard é uma extensão do Chrome desenvolvida por https://justineo.github.io/github-hovercard, e sua principal característica é "Neat hovercards for GitHub.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GitHub Hovercard

Baixe arquivos de extensão GitHub Hovercard 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

                        GitHub Hovercard provides neat hovercards for GitHub.
It brings you instant access to user/repo/issue/commit information from anywhere on GitHub.                    

Informações Básicas da Extensão

Nome GitHub Hovercard GitHub Hovercard
ID mmoahbbnojgkclgceahhakhnccimnplk
URL Oficial https://chromewebstore.google.com/detail/github-hovercard/mmoahbbnojgkclgceahhakhnccimnplk
Descrição Neat hovercards for GitHub.
Tamanho do Arquivo 121 KB
Contagem de Instalações 10,000
Versão Atual 1.9.4
Última Atualização 2021-05-13
Data de Publicação 2019-03-27
Classificação 4.68/5 Total de 41 Avaliações
Desenvolvedor https://justineo.github.io/github-hovercard
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://justineo.github.io/github-hovercard/
URL da Página de Ajuda https://github.com/Justineo/github-hovercard/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Hovercard",
    "description": "Neat hovercards for GitHub.",
    "version": "1.9.4",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "storage",
        "https:\/\/github.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/justineo.github.io\/*"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}