Bugzilla Attachment Viewer
This extension makes viewing bugzilla attachments inline without a need to download'em.
什麼是Bugzilla Attachment Viewer?
Bugzilla Attachment Viewer是由vivekgalatage開發的Chrome擴展程式,該擴展的主要功能是“This extension makes viewing bugzilla attachments inline without a need to download'em.”。
擴展截圖
下載Bugzilla Attachment Viewer擴展crx文件
下載Bugzilla Attachment Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | mgoalofhcafajikefnhjbkofaenjdhai |
官方網址 | 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 |
說明頁面URL | 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" ] } ] } |