Send To Maxel

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

Cos'è Send To Maxel?

Send To Maxel è un'estensione di Chrome sviluppata da https://maxelapp.com, e la sua funzione principale è "Add files to Maxel (Mac OS X Download Manager) directly from Chrome.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Send To Maxel

Scarica i file di estensione Send To Maxel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Send To Maxel Send To Maxel
ID chgjmjbmaokmnccgmbfhlhhmnckhndcb
URL Ufficiale https://chromewebstore.google.com/detail/send-to-maxel/chgjmjbmaokmnccgmbfhlhhmnckhndcb
Descrizione Add files to Maxel (Mac OS X Download Manager) directly from Chrome.
Dimensione del File 45.95 KB
Conteggio Installazioni 380
Versione Corrente 2.0
Ultimo Aggiornamento 2018-02-20
Data di Pubblicazione 2018-02-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://maxelapp.com
Tipo di Pagamento free
Sito Web dell'Estensione http://maxelapp.com
URL della Pagina di Aiuto http://maxelapp.com/browsers.html
Lingue Supportate 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"
    ]
}