Bugzilla Attachment Viewer

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

Cos'è Bugzilla Attachment Viewer?

Bugzilla Attachment Viewer è un'estensione di Chrome sviluppata da vivekgalatage, e la sua funzione principale è "This extension makes viewing bugzilla attachments inline without a need to download'em.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bugzilla Attachment Viewer

Scarica i file di estensione Bugzilla Attachment Viewer 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

                        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...                    

Informazioni di Base sull'Estensione

Nome Bugzilla Attachment Viewer Bugzilla Attachment Viewer
ID mgoalofhcafajikefnhjbkofaenjdhai
URL Ufficiale https://chromewebstore.google.com/detail/bugzilla-attachment-viewe/mgoalofhcafajikefnhjbkofaenjdhai
Descrizione This extension makes viewing bugzilla attachments inline without a need to download'em.
Dimensione del File 53.23 KB
Conteggio Installazioni 131
Versione Corrente 1.1
Ultimo Aggiornamento 2015-05-28
Data di Pubblicazione 2015-05-27
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore vivekgalatage
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/vivekgalatage/bugzilla_attachment_viewer
URL della Pagina di Aiuto https://github.com/vivekgalatage/bugzilla_attachment_viewer/issues
Lingue Supportate 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"
            ]
        }
    ]
}