Save Image to Downloads

Save images to the Download folder without the nagging 'Save As' dialog.

ما هو Save Image to Downloads؟

Save Image to Downloads هو إضافة Chrome تم تطويرها بواسطة posidron، والميزة الرئيسية لها هي "Save images to the Download folder without the nagging 'Save As' dialog.".

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

screenshot
screenshot

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

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

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

                        This Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.                    

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

الاسم Save Image to Downloads Save Image to Downloads
ID bpgoliohmhlcfconjgecnkobjengecpk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk
الوصف Save images to the Download folder without the nagging 'Save As' dialog.
حجم الملف 21.79 KB
عدد التثبيتات 94
النسخة الحالية 1.0.1
آخر تحديث 2020-02-12
تاريخ النشر 2020-02-12
تقييم 5.00/5 مجموع تقييمات 1
المطور posidron
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Christoph Diehl",
    "homepage_url": "https:\/\/github.com\/posidron",
    "background": {
        "scripts": [
            "save.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}