Bugzilla Attachment Viewer
This extension makes viewing bugzilla attachments inline without a need to download'em.
Vad är Bugzilla Attachment Viewer?
Bugzilla Attachment Viewer är en Chrome-tillägg utvecklad av vivekgalatage, och dess huvudfunktion är "This extension makes viewing bugzilla attachments inline without a need to download'em.".
Tilläggsskärmbilder
Ladda ner Bugzilla Attachment Viewer-förlängningens CRX-fil
Ladda ner Bugzilla Attachment Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mgoalofhcafajikefnhjbkofaenjdhai |
| Officiell webbadress | https://chromewebstore.google.com/detail/bugzilla-attachment-viewe/mgoalofhcafajikefnhjbkofaenjdhai |
| Beskrivning | This extension makes viewing bugzilla attachments inline without a need to download'em. |
| Filstorlek | 53.23 KB |
| Antal Installationer | 131 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2015-05-28 |
| Publiceringsdatum | 2015-05-27 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | vivekgalatage |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/vivekgalatage/bugzilla_attachment_viewer |
| Hjälpsida URL | https://github.com/vivekgalatage/bugzilla_attachment_viewer/issues |
| Stödda Språk | 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"
]
}
]
} | |