Image Previewer for Dropbox

Magnify thumbnail images in your Dropbox files folder.

什麼是Image Previewer for Dropbox?

Image Previewer for Dropbox是由https://tech-in-check.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Magnify thumbnail images in your Dropbox files folder.”。

擴展截圖

screenshot

下載Image Previewer for Dropbox擴展crx文件

下載Image Previewer for Dropbox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Image Previewer for Dropbox Image Previewer for Dropbox
ID bgbbodmalbdabpfacpfhigapcoadfeni
官方網址 https://chromewebstore.google.com/detail/image-previewer-for-dropb/bgbbodmalbdabpfacpfhigapcoadfeni
簡介 Magnify thumbnail images in your Dropbox files folder.
檔案大小 16.03 KB
安裝次數 307
目前版本 1.0
更新時間 2017-07-23
上架時間 2017-07-23
評分 1.00/5 共 1 次評分
開發者 https://tech-in-check.blogspot.com
付費類型 free
支援的語言 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"
        }
    ]
}