Bugzilla Attachment Viewer

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

什么是Bugzilla Attachment Viewer?

Bugzilla Attachment Viewer是由vivekgalatage开发的Chrome扩展程序,该扩展的主要功能是“This extension makes viewing bugzilla attachments inline without a need to download'em.”。

扩展截图

screenshot
screenshot

下载Bugzilla Attachment Viewer扩展crx文件

下载Bugzilla Attachment Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Bugzilla Attachment Viewer Bugzilla Attachment Viewer
ID mgoalofhcafajikefnhjbkofaenjdhai
官方URL https://chromewebstore.google.com/detail/bugzilla-attachment-viewe/mgoalofhcafajikefnhjbkofaenjdhai
简介 This extension makes viewing bugzilla attachments inline without a need to download'em.
文件大小 53.23 KB
安装次数 131
当前版本 1.1
更新时间 2015-05-28
上架时间 2015-05-27
评分 5.00/5 共3次评分
开发者 vivekgalatage
付费类型 free
扩展官网 https://github.com/vivekgalatage/bugzilla_attachment_viewer
帮助页面URL https://github.com/vivekgalatage/bugzilla_attachment_viewer/issues
支持的语言 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"
            ]
        }
    ]
}