Image Previewer for Dropbox
Magnify thumbnail images in your Dropbox files folder.
Image Previewer for Dropbox là gì?
Image Previewer for Dropbox là một tiện ích mở rộng Chrome được phát triển bởi https://tech-in-check.blogspot.com, và tính năng chính của nó là "Magnify thumbnail images in your Dropbox files folder.".
Ả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 Image Previewer for Dropbox
Tải xuống các tệp mở rộng Image Previewer for Dropbox 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
In Dropbox's web interface, you can see small thumbnails of your photos in the Files folder, where you can move or delete images. But to see a larger preview image, you need to either click on the thumbnail or view it in the Photos folder -- which doesn't allow you to manage the files. That's where Image Previewer for Dropbox comes in. This extension shows you a larger (256x256) preview of the tiny thumbnails. The preview image is displayed when you hover over the thumbnail, so you can be sure you're moving or deleting the right file. This extension runs automatically when you are on Dropbox, so you don't need to click anything... just hover over the image you want to preview in your Files folder. If you discover any bugs or problems with this extension, please post them -- with details -- on the Support tab so they can be addressed and fixed. Image Previewer for Dropbox is not affiliated with or otherwise sponsored by Dropbox, Inc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Image Previewer for Dropbox |
ID | bgbbodmalbdabpfacpfhigapcoadfeni |
URL Chính Thức | https://chromewebstore.google.com/detail/image-previewer-for-dropb/bgbbodmalbdabpfacpfhigapcoadfeni |
Mô tả | Magnify thumbnail images in your Dropbox files folder. |
Kích Thước Tệp | 16.03 KB |
Số Lần Cài Đặt | 307 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-07-23 |
Ngày Phát Hành | 2017-07-23 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://tech-in-check.blogspot.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Previewer for Dropbox", "description": "Magnify thumbnail images in your Dropbox files folder.", "version": "1.0", "short_name": "Magnify thumbnail images in your Dropbox files folder.", "icons": { "16": "drip16.png", "48": "drip48.png", "128": "drip128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.dropbox.com\/*" ], "js": [ "drip.js" ], "run_at": "document_end" } ] } |