Send To Maxel

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

什麼是Send To Maxel?

Send To Maxel是由https://maxelapp.com開發的Chrome擴展程式,該擴展的主要功能是“Add files to Maxel (Mac OS X Download Manager) directly from Chrome.”。

擴展截圖

screenshot
screenshot
screenshot

下載Send To Maxel擴展crx文件

下載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
官方網址 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"
    ]
}