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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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