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
公式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"
    ]
}