Save to Downloads

An easy way to save images to the Downloads folder.

ما هو Save to Downloads؟

Save to Downloads هو إضافة Chrome تم تطويرها بواسطة Arhey، والميزة الرئيسية لها هي "An easy way to save images to the Downloads folder.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Save to Downloads

قم بتنزيل ملفات الامتداد Save to Downloads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.                    

معلومات أساسية عن التمديد

الاسم Save to Downloads Save to Downloads
ID ifpepkjeinhcffiikcoiohobillelmha
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha
الوصف An easy way to save images to the Downloads folder.
حجم الملف 6.58 KB
عدد التثبيتات 227
النسخة الحالية 0.1.2
آخر تحديث 2019-09-27
تاريخ النشر 2019-09-26
تقييم 5.00/5 مجموع تقييمات 1
المطور Arhey
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/freearhey/save-to-downloads
عنوان صفحة المساعدة https://github.com/freearhey/save-to-downloads/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Downloads",
    "version": "0.1.2",
    "description": "An easy way to save images to the Downloads folder.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}