Save Image to Downloads

Adds a right-click direct download item for images, like Safari.

ما هو Save Image to Downloads؟

Save Image to Downloads هو إضافة Chrome تم تطويرها بواسطة Urban Apps، والميزة الرئيسية لها هي "Adds a right-click direct download item for images, like Safari.".

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

screenshot

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

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

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

                        This simple extension adds a "Save Image to Downloads" right-click menu item to download an image directly to the "Downloads" folder. This is to avoid the annoyance of having to choose the directory to download every time you want to save an image off the web.

Safari has this built in, and it was the first thing I missed when making the switch to Chrome.                    

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

الاسم Save Image to Downloads Save Image to Downloads
ID enjefpkmlibebgbbgidmhpmjhcdffhfm
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm
الوصف Adds a right-click direct download item for images, like Safari.
حجم الملف 21.46 KB
عدد التثبيتات 27,101
النسخة الحالية 1.0.5
آخر تحديث 2014-08-04
تاريخ النشر 2014-08-04
تقييم 3.73/5 مجموع تقييمات 238
المطور Urban Apps
نوع الدفع free
موقع الإضافة http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Image to Downloads",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Adds a right-click direct download item for images, like Safari.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "save_to_downloads.js"
        ]
    }
}