Send To Maxel

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

Τι είναι το Send To Maxel;

Το Send To Maxel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://maxelapp.com, και η κύρια λειτουργία του είναι "Add files to Maxel (Mac OS X Download Manager) directly from Chrome.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Send To Maxel

Λήψη αρχείων επέκτασης 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"
    ]
}