Bugzilla Attachment Viewer
This extension makes viewing bugzilla attachments inline without a need to download'em.
Bugzilla Attachment Viewerคืออะไร?
Bugzilla Attachment Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vivekgalatage และคุณลักษณะหลักของมันคือ "This extension makes viewing bugzilla attachments inline without a need to download'em."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bugzilla Attachment Viewer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } ] } |