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"
            ]
        }
    ]
}