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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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