Bugzilla Attachment Viewer

This extension makes viewing bugzilla attachments inline without a need to download'em.

Co je Bugzilla Attachment Viewer?

Bugzilla Attachment Viewer je rozšíření Chrome vyvinuté vivekgalatage, a jeho hlavní funkcí je „This extension makes viewing bugzilla attachments inline without a need to download'em.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Bugzilla Attachment Viewer

Stáhněte si soubory rozšíření Bugzilla Attachment Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension makes viewing bugzilla attachments inline without a need to download'em.

Currently, this extension allows to view the images in inline viewer mode.

Video support coming soon...                    

Základní Informace o Rozšíření

Název Bugzilla Attachment Viewer Bugzilla Attachment Viewer
ID mgoalofhcafajikefnhjbkofaenjdhai
Oficiální URL https://chromewebstore.google.com/detail/bugzilla-attachment-viewe/mgoalofhcafajikefnhjbkofaenjdhai
Popis This extension makes viewing bugzilla attachments inline without a need to download'em.
Velikost souboru 53.23 KB
Počet instalací 131
Aktuální Verze 1.1
Poslední Aktualizace 2015-05-28
Datum Vydání 2015-05-27
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář vivekgalatage
Typ Platby free
Webové stránky Rozšíření https://github.com/vivekgalatage/bugzilla_attachment_viewer
URL Stránky Nápovědy https://github.com/vivekgalatage/bugzilla_attachment_viewer/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bugzilla Attachment Viewer",
    "description": "This extension makes viewing bugzilla attachments inline without a need to download'em.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "attachment_viewer.js",
                "third_party\/lightbox\/js\/jquery-1.11.0.min.js",
                "third_party\/lightbox\/js\/lightbox.min.js"
            ],
            "css": [
                "third_party\/lightbox\/css\/lightbox.css"
            ]
        }
    ]
}