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

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

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

Easy to Save Image As (名前を付けて画像を保存) ist eine Chrome-Erweiterung, die von https://mirumi.me entwickelt wurde, und ihr Hauptmerkmal ist ""Save Image As" can be easily done with any key + click. Multiple keys can be set. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。".

Erweiterungsscreenshots

screenshot
screenshot

Easy to Save Image As (名前を付けて画像を保存)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy to Save Image As (名前を付けて画像を保存)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name Easy to Save Image As (名前を付けて画像を保存) Easy to Save Image As (名前を付けて画像を保存)
ID opjhacmpfbfcjjpleemaelinjikggjff
Offizielle URL https://chromewebstore.google.com/detail/easy-to-save-image-as-%E5%90%8D%E5%89%8D%E3%82%92/opjhacmpfbfcjjpleemaelinjikggjff
Beschreibung "Save Image As" can be easily done with any key + click. Multiple keys can be set. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。
Dateigröße 758 KB
Installationsanzahl 5,660
Aktuelle Version 1.2.3.0
Letztes Update 2021-11-20
Veröffentlichungsdatum 2021-04-22
Bewertung 4.00/5 Insgesamt 8 Bewertungen
Entwickler https://mirumi.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mirumi.me/easy-to-save-image-as
Hilfeseite URL https://mirumi.me/contact
URL der Datenschutzrichtlinien-Seite https://mirumi.me/privacy-policy
Unterstützte Sprachen 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"
    }
}