Bugzilla Attachment Viewer

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

What is Bugzilla Attachment Viewer?

Bugzilla Attachment Viewer is a Chrome extension developed by vivekgalatage, and its main feature is "This extension makes viewing bugzilla attachments inline without a need to download'em.".

Extension Screenshots

screenshot
screenshot

Download Bugzilla Attachment Viewer Extension CRX File

Download Bugzilla Attachment Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Bugzilla Attachment Viewer Bugzilla Attachment Viewer
ID mgoalofhcafajikefnhjbkofaenjdhai
Official URL https://chromewebstore.google.com/detail/bugzilla-attachment-viewe/mgoalofhcafajikefnhjbkofaenjdhai
Description This extension makes viewing bugzilla attachments inline without a need to download'em.
File Size 53.23 KB
Installation Count 131
Current Version 1.1
Last Updated 2015-05-28
Publish Date 2015-05-27
Rating 5.00/5 Total 3 Ratings
Developer vivekgalatage
Payment Type free
Extension Website https://github.com/vivekgalatage/bugzilla_attachment_viewer
Help Page URL https://github.com/vivekgalatage/bugzilla_attachment_viewer/issues
Supported Languages 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"
            ]
        }
    ]
}