Send To Maxel

Add files to Maxel (Mac OS X Download Manager) directly from Chrome.

Send To Maxel là gì?

Send To Maxel là một tiện ích mở rộng Chrome được phát triển bởi https://maxelapp.com, và tính năng chính của nó là "Add files to Maxel (Mac OS X Download Manager) directly from Chrome.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Send To Maxel 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

                        Send downloads directly to Maxel from Chrome! Automatically download files over a certain size in Maxel, or open the current page in Maxel's built-in browser. You can also select links you want to download, right-click, and choose "Download selected links in Maxel"

Maxel is a native download manager for Mac OS X. It manages and speeds up downloads. Learn more at http://maxelapp.com                    

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

Tên Send To Maxel Send To Maxel
ID chgjmjbmaokmnccgmbfhlhhmnckhndcb
URL Chính Thức https://chromewebstore.google.com/detail/send-to-maxel/chgjmjbmaokmnccgmbfhlhhmnckhndcb
Mô tả Add files to Maxel (Mac OS X Download Manager) directly from Chrome.
Kích Thước Tệp 45.95 KB
Số Lần Cài Đặt 380
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-02-20
Ngày Phát Hành 2018-02-20
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://maxelapp.com
Loại Thanh Toán free
Trang Web Mở Rộng http://maxelapp.com
URL Trang Trợ Giúp http://maxelapp.com/browsers.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send To Maxel",
    "description": "Add files to Maxel (Mac OS X Download Manager) directly from Chrome.",
    "version": "2.0",
    "permissions": [
        "tabs",
        "contextMenus",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/lib.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "js\/lib.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/action_icon_19.png",
            "38": "img\/action_icon_38.png"
        },
        "default_title": "Download To Maxel",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "img\/icon_16x16.png",
        "128": "img\/icon_128x128.png"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "js\/*.js",
        "html\/popup.html"
    ]
}