Easy to Save Image As (名前を付けて画像を保存)

"Save Image As" can be easily done with any key + click. Multiple keys can be set. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。

What is Easy to Save Image As (名前を付けて画像を保存)?

Easy to Save Image As (名前を付けて画像を保存) is a Chrome extension developed by https://mirumi.me, and its main feature is ""Save Image As" can be easily done with any key + click. Multiple keys can be set. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。".

Extension Screenshots

screenshot
screenshot

Download Easy to Save Image As (名前を付けて画像を保存) Extension CRX File

Download Easy to Save Image As (名前を付けて画像を保存) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        「名前を付けて画像を保存」および「画像をコピー」「画像のリンクをコピー」を任意のキー+任意のクリックで瞬時に行えるようにします。キーは複数の同時押し設定が可能です。

"Save Image As" , "Copy Image" and "Copy Image URL" can be easily done with any keys + any clicks. Multiple keys can be set.                    

Extension Basic Information

Name Easy to Save Image As (名前を付けて画像を保存) Easy to Save Image As (名前を付けて画像を保存)
ID opjhacmpfbfcjjpleemaelinjikggjff
Official URL https://chromewebstore.google.com/detail/easy-to-save-image-as-%E5%90%8D%E5%89%8D%E3%82%92/opjhacmpfbfcjjpleemaelinjikggjff
Description "Save Image As" can be easily done with any key + click. Multiple keys can be set. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。
File Size 758 KB
Installation Count 5,660
Current Version 1.2.3.0
Last Updated 2021-11-20
Publish Date 2021-04-22
Rating 4.00/5 Total 8 Ratings
Developer https://mirumi.me
Email [email protected]
Payment Type free
Extension Website https://mirumi.me/easy-to-save-image-as
Help Page URL https://mirumi.me/contact
Privacy Policy Page URL https://mirumi.me/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy to Save Image As (\u540d\u524d\u3092\u4ed8\u3051\u3066\u753b\u50cf\u3092\u4fdd\u5b58)",
    "short_name": "Etosia",
    "version": "1.2.3.0",
    "manifest_version": 2,
    "description": "\"Save Image As\" can be easily done with any key + click. Multiple keys can be set.   \u300c\u540d\u524d\u3092\u4ed8\u3051\u3066\u753b\u50cf\u3092\u4fdd\u5b58\u300d\u3092\u4efb\u610f\u306e\u30ad\u30fc\uff0b\u30af\u30ea\u30c3\u30af\u3067\u884c\u3048\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002\u30ad\u30fc\u306f\u8907\u6570\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059\u3002",
    "icons": {
        "32": "icon\/icon_32.png",
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "permissions": [
        "background",
        "storage",
        "downloads",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon\/icon_128.png",
        "default_title": "Easy to Save Image As",
        "default_popup": "save-image-as.html"
    }
}