Send To Maxel

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

Hvad er Send To Maxel?

Send To Maxel er en Chrome-udvidelse udviklet af https://maxelapp.com, og dens hovedfunktion er "Add files to Maxel (Mac OS X Download Manager) directly from Chrome.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Send To Maxel-udvidelses-CRX-fil

Download Send To Maxel-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Send To Maxel Send To Maxel
ID chgjmjbmaokmnccgmbfhlhhmnckhndcb
Officiel URL https://chromewebstore.google.com/detail/send-to-maxel/chgjmjbmaokmnccgmbfhlhhmnckhndcb
Beskrivelse Add files to Maxel (Mac OS X Download Manager) directly from Chrome.
Filstørrelse 45.95 KB
Antal Installationer 380
Nuværende Version 2.0
Senest Opdateret 2018-02-20
Udgivelsesdato 2018-02-20
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://maxelapp.com
Betalingsmetode free
Udvidelseswebsted http://maxelapp.com
Hjælpeside-URL http://maxelapp.com/browsers.html
Understøttede Sprog 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"
    ]
}