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

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

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

Easy to Save Image As (名前を付けて画像を保存) is een Chrome-extensie ontwikkeld door https://mirumi.me, en de belangrijkste functie is ""Save Image As" can be easily done with any key + click. Multiple keys can be set. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Easy to Save Image As (名前を付けて画像を保存)

Download Easy to Save Image As (名前を付けて画像を保存)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Easy to Save Image As (名前を付けて画像を保存) Easy to Save Image As (名前を付けて画像を保存)
ID opjhacmpfbfcjjpleemaelinjikggjff
Officiële URL https://chromewebstore.google.com/detail/easy-to-save-image-as-%E5%90%8D%E5%89%8D%E3%82%92/opjhacmpfbfcjjpleemaelinjikggjff
Beschrijving "Save Image As" can be easily done with any key + click. Multiple keys can be set. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。
Bestandsgrootte 758 KB
Aantal Installaties 5,660
Huidige Versie 1.2.3.0
Laatst Bijgewerkt 2021-11-20
Publicatiedatum 2021-04-22
Beoordeling 4.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://mirumi.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mirumi.me/easy-to-save-image-as
Help Pagina-URL https://mirumi.me/contact
URL van de Privacybeleid Pagina https://mirumi.me/privacy-policy
Ondersteunde Talen 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"
    }
}