Save As File

Save URL as file instead of open it

ما هو Save As File؟

Save As File هو إضافة Chrome تم تطويرها بواسطة https://chrome.work247.ru، والميزة الرئيسية لها هي "Save URL as file instead of open it".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Save As File

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

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

                        A simple extension to help you download and save the URL to a file on your local drive.
It behaves like 'Save As...' or 'Save link as...' context menu item for any URL entered in the dialog box.
Switch for bottom downloading bar added in version 1.1                    

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

الاسم Save As File Save As File
ID iajmdojjjiapknggfnckblngginmjnbe
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-as-file/iajmdojjjiapknggfnckblngginmjnbe
الوصف Save URL as file instead of open it
حجم الملف 31.58 KB
عدد التثبيتات 2,137
النسخة الحالية 1.1
آخر تحديث 2020-11-19
تاريخ النشر 2016-11-26
تقييم 2.40/5 مجموع تقييمات 5
المطور https://chrome.work247.ru
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save As File",
    "short_name": "__MSG_shortName__",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon40.png",
        "128": "icon100.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon30.png"
        },
        "default_title": "__MSG_tooltip__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "31",
    "permissions": [
        "activeTab",
        "downloads",
        "downloads.shelf"
    ]
}