Drag image To Save

Drag an image to save it

Drag image To Save란 무엇입니까?

Drag image To Save은(는) Bnk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Drag an image to save it"입니다.

확장 프로그램 스크린샷

screenshot

Drag image To Save 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Just drag it!
-----------------------------------------------------
Easiest way to save a picture!!!!
Easy On/Off!
This extension is given as a tribute rather than for profit, so enjoy it.
-----------------------------------------------------
behavior
* You can choose where to save it  OR  use chrome's default download location
* Note: linked images (i.e. an image that when you press it a link is opened) have a default chrome behaviour when you drag it (open the link). If you want to save the pic, you have to right click it, select 'open image in new tab' and then drag the image on the new tab). This is done to avoid changing chrome's default behaviour.
-----------------------------------------------------
Chrome's download location option is in: 
     Settings->Advanced->Downloads 
     Check -> "Ask where to save each file before downloading"
-----------------------------------------------------                    

확장 프로그램 기본 정보

이름 Drag image To Save Drag image To Save
ID jlepofnflidkndofkhhbalmmijnlpkpl
공식 URL https://chromewebstore.google.com/detail/drag-image-to-save/jlepofnflidkndofkhhbalmmijnlpkpl
설명 Drag an image to save it
파일 크기 24.53 KB
설치 횟수 9,911
현재 버전 1.0.1.1
최근 업데이트 2024-02-11
출시 날짜 2017-03-15
평점 3.87/5 총 85 개의 평점
개발자 Bnk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://openinfirefox.wixsite.com/openinfirefox/dragimagetosave
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Drag image To Save",
    "description": "Drag an image to save it",
    "version": "1.0.1.1",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "38": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/"
    ]
}