Bugzilla Attachment Viewer

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

Qu'est-ce que Bugzilla Attachment Viewer ?

Bugzilla Attachment Viewer est une extension Chrome développée par vivekgalatage, et sa fonction principale est "This extension makes viewing bugzilla attachments inline without a need to download'em.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bugzilla Attachment Viewer

Téléchargez les fichiers d'extension Bugzilla Attachment Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bugzilla Attachment Viewer Bugzilla Attachment Viewer
ID mgoalofhcafajikefnhjbkofaenjdhai
URL Officiel https://chromewebstore.google.com/detail/bugzilla-attachment-viewe/mgoalofhcafajikefnhjbkofaenjdhai
Description This extension makes viewing bugzilla attachments inline without a need to download'em.
Taille du Fichier 53.23 KB
Nombre d'Installations 131
Version Actuelle 1.1
Dernière Mise à Jour 2015-05-28
Date de Publication 2015-05-27
Évaluation 5.00/5 Total 3 Évaluations
Développeur vivekgalatage
Type de Paiement free
Site Web de l'Extension https://github.com/vivekgalatage/bugzilla_attachment_viewer
URL de la Page d'Aide https://github.com/vivekgalatage/bugzilla_attachment_viewer/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}