GitHub Image Preview

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

Cos'è GitHub Image Preview?

GitHub Image Preview è un'estensione di Chrome sviluppata da samkessaram, e la sua funzione principale è "Preview issue images on GitHub. https://github.com/samkessaram/git-preview".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GitHub Image Preview

Scarica i file di estensione GitHub Image Preview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GitHub Image Preview GitHub Image Preview
ID jkappkhadcobonipjjgfkcmnkpapegma
URL Ufficiale https://chromewebstore.google.com/detail/github-image-preview/jkappkhadcobonipjjgfkcmnkpapegma
Descrizione Preview issue images on GitHub. https://github.com/samkessaram/git-preview
Dimensione del File 37.45 KB
Conteggio Installazioni 15
Versione Corrente 0.1.6
Ultimo Aggiornamento 2018-01-04
Data di Pubblicazione 2018-01-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore samkessaram
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/samkessaram/git-preview
Lingue Supportate 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"
        }
    ]
}