Folx

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

Folx là gì?

Folx là một tiện ích mở rộng Chrome được phát triển bởi https://www.electronic.us, và tính năng chính của nó là "Add the downloads directly to Folx app with the right click of a mouse on a file in your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Folx

Tải xuống các tệp mở rộng Folx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Folx Folx
ID dmednmeainmagnoalnnmbbkieonjpjfd
URL Chính Thức https://chromewebstore.google.com/detail/folx/dmednmeainmagnoalnnmbbkieonjpjfd
Mô tả Add the downloads directly to Folx app with the right click of a mouse on a file in your browser
Kích Thước Tệp 54.34 KB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 5.30
Cập Nhật Lần Cuối 2022-03-07
Ngày Phát Hành 2020-03-30
Đánh Giá 2.49/5 Tổng số 35 Đánh Giá
Nhà Phát Triển https://www.electronic.us
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.electronic.us/products/folx/
URL Trang Trợ Giúp https://www.electronic.us/contacts.html
URL Trang Chính Sách Bảo Mật https://www.electronic.us/company/policies
Ngôn Ngữ Được Hỗ Trợ 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"
}