Oolong Image Viewer
A simple image viewer supporting drag and drop of the image.
Oolong Image Viewer là gì?
Oolong Image Viewer là một tiện ích mở rộng Chrome được phát triển bởi oolongprojects, và tính năng chính của nó là "A simple image viewer supporting drag and drop of the image.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Oolong Image Viewer
Tải xuống các tệp mở rộng Oolong Image Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fdmbhglgjkadnfkbbdepakdhkkkmabom |
URL Chính Thức | https://chrome.google.com/webstore/detail/oolong-image-viewer/fdmbhglgjkadnfkbbdepakdhkkkmabom |
Mô tả | A simple image viewer supporting drag and drop of the image. |
Kích Thước Tệp | 268 KB |
Số Lần Cài Đặt | 331 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2017-06-25 |
Ngày Phát Hành | 2017-06-25 |
Đánh Giá | 4.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | oolongprojects |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/socrateslee/oolong_image_viewer |
Ngôn Ngữ Được Hỗ Trợ | 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" } |