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

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

Qu'est-ce que Easy to Save Image As (名前を付けて画像を保存) ?

Easy to Save Image As (名前を付けて画像を保存) est une extension Chrome développée par https://mirumi.me, et sa fonction principale est ""Save Image As" can be easily done with any key + click. Multiple keys can be set. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy to Save Image As (名前を付けて画像を保存)

Téléchargez les fichiers d'extension Easy to Save Image As (名前を付けて画像を保存) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Easy to Save Image As (名前を付けて画像を保存) Easy to Save Image As (名前を付けて画像を保存)
ID opjhacmpfbfcjjpleemaelinjikggjff
URL Officiel 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. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。
Taille du Fichier 758 KB
Nombre d'Installations 5,660
Version Actuelle 1.2.3.0
Dernière Mise à Jour 2021-11-20
Date de Publication 2021-04-22
Évaluation 4.00/5 Total 8 Évaluations
Développeur https://mirumi.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mirumi.me/easy-to-save-image-as
URL de la Page d'Aide https://mirumi.me/contact
URL de la Page de Politique de Confidentialité https://mirumi.me/privacy-policy
Langues Prises en Charge 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"
    }
}