Bugzilla Attachment Viewer
This extension makes viewing bugzilla attachments inline without a need to download'em.
Wat is Bugzilla Attachment Viewer?
Bugzilla Attachment Viewer is een Chrome-extensie ontwikkeld door vivekgalatage, en de belangrijkste functie is "This extension makes viewing bugzilla attachments inline without a need to download'em.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bugzilla Attachment Viewer
Download Bugzilla Attachment Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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... Basisinformatie over de Extensie
| Naam | |
| ID | mgoalofhcafajikefnhjbkofaenjdhai |
| Officiële URL | https://chromewebstore.google.com/detail/bugzilla-attachment-viewe/mgoalofhcafajikefnhjbkofaenjdhai |
| Beschrijving | This extension makes viewing bugzilla attachments inline without a need to download'em. |
| Bestandsgrootte | 53.23 KB |
| Aantal Installaties | 131 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2015-05-28 |
| Publicatiedatum | 2015-05-27 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | vivekgalatage |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/vivekgalatage/bugzilla_attachment_viewer |
| Help Pagina-URL | https://github.com/vivekgalatage/bugzilla_attachment_viewer/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |