GitHub Image Preview

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

Apa itu GitHub Image Preview?

GitHub Image Preview adalah ekstensi Chrome yang dikembangkan oleh samkessaram, dan fitur utamanya adalah "Preview issue images on GitHub. https://github.com/samkessaram/git-preview".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GitHub Image Preview

Unduh file ekstensi GitHub Image Preview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GitHub Image Preview GitHub Image Preview
ID jkappkhadcobonipjjgfkcmnkpapegma
URL Resmi https://chromewebstore.google.com/detail/github-image-preview/jkappkhadcobonipjjgfkcmnkpapegma
Deskripsi Preview issue images on GitHub. https://github.com/samkessaram/git-preview
Ukuran File 37.45 KB
Jumlah Instalasi 15
Versi Saat Ini 0.1.6
Terakhir Diperbarui 2018-01-04
Tanggal Publikasi 2018-01-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang samkessaram
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/samkessaram/git-preview
Bahasa yang Didukung 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"
        }
    ]
}