Easy to Save Image As (名前を付けて画像を保存)
"Save Image As" can be easily done with any key + click. Multiple keys can be set. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。
ما هو Easy to Save Image As (名前を付けて画像を保存)؟
Easy to Save Image As (名前を付けて画像を保存) هو إضافة Chrome تم تطويرها بواسطة https://mirumi.me، والميزة الرئيسية لها هي ""Save Image As" can be easily done with any key + click. Multiple keys can be set. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Easy to Save Image As (名前を付けて画像を保存)
قم بتنزيل ملفات الامتداد Easy to Save Image As (名前を付けて画像を保存) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
「名前を付けて画像を保存」および「画像をコピー」「画像のリンクをコピー」を任意のキー+任意のクリックで瞬時に行えるようにします。キーは複数の同時押し設定が可能です。 "Save Image As" , "Copy Image" and "Copy Image URL" can be easily done with any keys + any clicks. Multiple keys can be set.
معلومات أساسية عن التمديد
الاسم | Easy to Save Image As (名前を付けて画像を保存) |
ID | opjhacmpfbfcjjpleemaelinjikggjff |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easy-to-save-image-as-%E5%90%8D%E5%89%8D%E3%82%92/opjhacmpfbfcjjpleemaelinjikggjff |
الوصف | "Save Image As" can be easily done with any key + click. Multiple keys can be set. 「名前を付けて画像を保存」を任意のキー+クリックで行えるようにします。キーは複数設定可能です。 |
حجم الملف | 758 KB |
عدد التثبيتات | 5,660 |
النسخة الحالية | 1.2.3.0 |
آخر تحديث | 2021-11-20 |
تاريخ النشر | 2021-04-22 |
تقييم | 4.00/5 مجموع تقييمات 8 |
المطور | https://mirumi.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://mirumi.me/easy-to-save-image-as |
عنوان صفحة المساعدة | https://mirumi.me/contact |
عنوان صفحة سياسة الخصوصية | https://mirumi.me/privacy-policy |
اللغات المدعومة | 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" } } |