Send To Maxel

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

Wat is Send To Maxel?

Send To Maxel is een Chrome-extensie ontwikkeld door https://maxelapp.com, en de belangrijkste functie is "Add files to Maxel (Mac OS X Download Manager) directly from Chrome.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Send To Maxel

Download Send To Maxel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Send To Maxel Send To Maxel
ID chgjmjbmaokmnccgmbfhlhhmnckhndcb
Officiële URL https://chromewebstore.google.com/detail/send-to-maxel/chgjmjbmaokmnccgmbfhlhhmnckhndcb
Beschrijving Add files to Maxel (Mac OS X Download Manager) directly from Chrome.
Bestandsgrootte 45.95 KB
Aantal Installaties 380
Huidige Versie 2.0
Laatst Bijgewerkt 2018-02-20
Publicatiedatum 2018-02-20
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://maxelapp.com
Betalingswijze free
Extensiewebsite http://maxelapp.com
Help Pagina-URL http://maxelapp.com/browsers.html
Ondersteunde Talen 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"
    ]
}