Send To Maxel

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

Send To Maxelคืออะไร?

Send To Maxel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://maxelapp.com และคุณลักษณะหลักของมันคือ "Add files to Maxel (Mac OS X Download Manager) directly from Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send To Maxel

ดาวน์โหลดไฟล์ส่วนขยาย Send To Maxel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Send To Maxel Send To Maxel
ID chgjmjbmaokmnccgmbfhlhhmnckhndcb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/send-to-maxel/chgjmjbmaokmnccgmbfhlhhmnckhndcb
คำอธิบาย Add files to Maxel (Mac OS X Download Manager) directly from Chrome.
ขนาดไฟล์ 45.95 KB
จำนวนการติดตั้ง 380
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2018-02-20
วันที่เผยแพร่ 2018-02-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://maxelapp.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://maxelapp.com
URL หน้าช่วยเหลือ http://maxelapp.com/browsers.html
ภาษาที่รองรับ 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"
    ]
}