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文件

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

擴展使用說明

                        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
官方網址 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\/"
    ]
}