Send To Maxel
Add files to Maxel (Mac OS X Download Manager) directly from Chrome.
Was ist Send To Maxel?
Send To Maxel ist eine Chrome-Erweiterung, die von https://maxelapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Add files to Maxel (Mac OS X Download Manager) directly from Chrome.".
Erweiterungsscreenshots
Send To Maxel-Erweiterungs-CRX-Datei herunterladen
Laden Sie Send To Maxel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Send To Maxel |
ID | chgjmjbmaokmnccgmbfhlhhmnckhndcb |
Offizielle URL | https://chromewebstore.google.com/detail/send-to-maxel/chgjmjbmaokmnccgmbfhlhhmnckhndcb |
Beschreibung | Add files to Maxel (Mac OS X Download Manager) directly from Chrome. |
Dateigröße | 45.95 KB |
Installationsanzahl | 380 |
Aktuelle Version | 2.0 |
Letztes Update | 2018-02-20 |
Veröffentlichungsdatum | 2018-02-20 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://maxelapp.com |
Zahlungsart | free |
Erweiterungswebsite | http://maxelapp.com |
Hilfeseite URL | http://maxelapp.com/browsers.html |
Unterstützte Sprachen | 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": [ " |