Bugzilla Attachment Viewer

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

Was ist Bugzilla Attachment Viewer?

Bugzilla Attachment Viewer ist eine Chrome-Erweiterung, die von vivekgalatage entwickelt wurde, und ihr Hauptmerkmal ist "This extension makes viewing bugzilla attachments inline without a need to download'em.".

Erweiterungsscreenshots

screenshot
screenshot

Bugzilla Attachment Viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bugzilla Attachment Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Bugzilla Attachment Viewer Bugzilla Attachment Viewer
ID mgoalofhcafajikefnhjbkofaenjdhai
Offizielle URL https://chromewebstore.google.com/detail/bugzilla-attachment-viewe/mgoalofhcafajikefnhjbkofaenjdhai
Beschreibung This extension makes viewing bugzilla attachments inline without a need to download'em.
Dateigröße 53.23 KB
Installationsanzahl 131
Aktuelle Version 1.1
Letztes Update 2015-05-28
Veröffentlichungsdatum 2015-05-27
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler vivekgalatage
Zahlungsart free
Erweiterungswebsite https://github.com/vivekgalatage/bugzilla_attachment_viewer
Hilfeseite URL https://github.com/vivekgalatage/bugzilla_attachment_viewer/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}