Bugzilla Attachment Viewer
This extension makes viewing bugzilla attachments inline without a need to download'em.
Hvad er Bugzilla Attachment Viewer?
Bugzilla Attachment Viewer er en Chrome-udvidelse udviklet af vivekgalatage, og dens hovedfunktion er "This extension makes viewing bugzilla attachments inline without a need to download'em.".
Udvidelsesskærmbilleder
Download Bugzilla Attachment Viewer-udvidelses-CRX-fil
Download Bugzilla Attachment Viewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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... Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mgoalofhcafajikefnhjbkofaenjdhai |
| Officiel URL | https://chromewebstore.google.com/detail/bugzilla-attachment-viewe/mgoalofhcafajikefnhjbkofaenjdhai |
| Beskrivelse | This extension makes viewing bugzilla attachments inline without a need to download'em. |
| Filstørrelse | 53.23 KB |
| Antal Installationer | 131 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2015-05-28 |
| Udgivelsesdato | 2015-05-27 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | vivekgalatage |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/vivekgalatage/bugzilla_attachment_viewer |
| Hjælpeside-URL | https://github.com/vivekgalatage/bugzilla_attachment_viewer/issues |
| Understøttede Sprog | 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"
]
}
]
} | |