Folx

Add the downloads directly to Folx app with the right click of a mouse on a file in your browser

ما هو Folx؟

Folx هو إضافة Chrome تم تطويرها بواسطة https://www.electronic.us، والميزة الرئيسية لها هي "Add the downloads directly to Folx app with the right click of a mouse on a file in your browser".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Folx

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

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

                        This Folx add-on allows either automatic capturing of download links or adding new downloads to Folx with the right-click menu in Chrome browser. Compatible with Folx starting with version 5.0. Folx is an app for fast and convenient downloading of files from Internet. This download manager has an easy Mac-style interface and allows prioritizing your downloads, resuming interrupted downloads, and splitting the downloads in threads. Folx allows convenient scheduling of downloading process and can be integrated with iTunes. You can also control the download speed, tag the downloaded files to easily locate them on computer, and more.                    

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

الاسم Folx Folx
ID dmednmeainmagnoalnnmbbkieonjpjfd
عنوان URL الرسمي https://chromewebstore.google.com/detail/folx/dmednmeainmagnoalnnmbbkieonjpjfd
الوصف Add the downloads directly to Folx app with the right click of a mouse on a file in your browser
حجم الملف 54.34 KB
عدد التثبيتات 40,000
النسخة الحالية 5.30
آخر تحديث 2022-03-07
تاريخ النشر 2020-03-30
تقييم 2.49/5 مجموع تقييمات 35
المطور https://www.electronic.us
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.electronic.us/products/folx/
عنوان صفحة المساعدة https://www.electronic.us/contacts.html
عنوان صفحة سياسة الخصوصية https://www.electronic.us/company/policies
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/endscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "25.0.0.0",
    "permissions": [
        "",
        "downloads",
        "contextMenus",
        "nativeMessaging",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*"
    ],
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "version": "5.30"
}