Bugzilla Attachment Viewer

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

ما هو Bugzilla Attachment Viewer؟

Bugzilla Attachment Viewer هو إضافة Chrome تم تطويرها بواسطة vivekgalatage، والميزة الرئيسية لها هي "This extension makes viewing bugzilla attachments inline without a need to download'em.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Bugzilla Attachment Viewer

قم بتنزيل ملفات الامتداد Bugzilla Attachment Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}