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
公式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
Eメール [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\/"
    ]
}