Bugzilla Attachment Viewer

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

Co to jest Bugzilla Attachment Viewer?

Bugzilla Attachment Viewer to rozszerzenie Chrome opracowane przez vivekgalatage, a jego główną funkcją jest „This extension makes viewing bugzilla attachments inline without a need to download'em.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Bugzilla Attachment Viewer

Pobierz pliki rozszerzeń Bugzilla Attachment Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Bugzilla Attachment Viewer Bugzilla Attachment Viewer
ID mgoalofhcafajikefnhjbkofaenjdhai
Oficjalny URL https://chromewebstore.google.com/detail/bugzilla-attachment-viewe/mgoalofhcafajikefnhjbkofaenjdhai
Opis This extension makes viewing bugzilla attachments inline without a need to download'em.
Rozmiar pliku 53.23 KB
Liczba instalacji 131
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-05-28
Data Publikacji 2015-05-27
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper vivekgalatage
Typ Płatności free
Strona Rozszerzenia https://github.com/vivekgalatage/bugzilla_attachment_viewer
Adres URL Strony Pomocy https://github.com/vivekgalatage/bugzilla_attachment_viewer/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}