GitHub Image Preview

Preview issue images on GitHub. https://github.com/samkessaram/git-preview

O que é GitHub Image Preview?

GitHub Image Preview é uma extensão do Chrome desenvolvida por samkessaram, e sua principal característica é "Preview issue images on GitHub. https://github.com/samkessaram/git-preview".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GitHub Image Preview

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

                        Preview images on GitHub from the issues list view. An icon is added to any issue that contains images or screenshots. Click it to open a carousel and cycle through the images. Inspired by similar functionality in Reddit Enhancement Suite.                    

Informações Básicas da Extensão

Nome GitHub Image Preview GitHub Image Preview
ID jkappkhadcobonipjjgfkcmnkpapegma
URL Oficial https://chromewebstore.google.com/detail/github-image-preview/jkappkhadcobonipjjgfkcmnkpapegma
Descrição Preview issue images on GitHub. https://github.com/samkessaram/git-preview
Tamanho do Arquivo 37.45 KB
Contagem de Instalações 15
Versão Atual 0.1.6
Última Atualização 2018-01-04
Data de Publicação 2018-01-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor samkessaram
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/samkessaram/git-preview
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Image Preview",
    "author": "Sam Kessaram",
    "version": "0.1.6",
    "description": "Preview issue images on GitHub. https:\/\/github.com\/samkessaram\/git-preview",
    "icons": {
        "128": "camera.png"
    },
    "web_accessible_resources": [
        "camera.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "scripts.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}