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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        }
    ]
}