Github Keep-Alive

If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.

O que é Github Keep-Alive?

Github Keep-Alive é uma extensão do Chrome desenvolvida por Iman Gowhari, e sua principal característica é "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Github Keep-Alive

Baixe arquivos de extensão Github Keep-Alive 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

                        It keeps GitHub connection alive by sending a GET request for a small content on GitHub every 15 seconds.

Source code: https://github.com/gowhari/github-keep-alive                    

Informações Básicas da Extensão

Nome Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
URL Oficial https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Descrição If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
Tamanho do Arquivo 8.41 KB
Contagem de Instalações 174
Versão Atual 1.1
Última Atualização 2018-10-23
Data de Publicação 2018-10-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Iman Gowhari
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/gowhari/github-keep-alive
URL da Página de Ajuda https://t.me/imangowhari
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Keep-Alive",
    "version": "1.1",
    "description": "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.",
    "author": "Iman Gowhari ",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/github.com\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        }
    }
}