Oolong Image Viewer
A simple image viewer supporting drag and drop of the image.
Oolong Image Viewerคืออะไร?
Oolong Image Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oolongprojects และคุณลักษณะหลักของมันคือ "A simple image viewer supporting drag and drop of the image."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oolong Image Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Oolong Image Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple replacement of Chrome Browser's default image viewer, and it simply support exploring the picture(especially very big pictures, e.g. product interaction diagram, infographics) with drag and drop.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fdmbhglgjkadnfkbbdepakdhkkkmabom |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/oolong-image-viewer/fdmbhglgjkadnfkbbdepakdhkkkmabom |
คำอธิบาย | A simple image viewer supporting drag and drop of the image. |
ขนาดไฟล์ | 268 KB |
จำนวนการติดตั้ง | 331 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2017-06-25 |
วันที่เผยแพร่ | 2017-06-25 |
คะแนน | 4.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | oolongprojects |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/socrateslee/oolong_image_viewer |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "image-viewer\/bootstrap\/*", "image-viewer\/css\/*", "image-viewer\/*" ], "content_scripts": [ { "all_frames": false, "js": [ "loader.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_start" } ], "name": "Oolong Image Viewer", "short_name": "ooloog image viewer", "description": "A simple image viewer supporting drag and drop of the image.", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "manifest_version": 2, "permissions": [ "tabs" ], "version": "1.0.3" } |