Send To Maxel
Add files to Maxel (Mac OS X Download Manager) directly from Chrome.
Vad är Send To Maxel?
Send To Maxel är en Chrome-tillägg utvecklad av https://maxelapp.com, och dess huvudfunktion är "Add files to Maxel (Mac OS X Download Manager) directly from Chrome.".
Tilläggsskärmbilder
Ladda ner Send To Maxel-förlängningens CRX-fil
Ladda ner Send To Maxel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Send To Maxel |
ID | chgjmjbmaokmnccgmbfhlhhmnckhndcb |
Officiell webbadress | https://chromewebstore.google.com/detail/send-to-maxel/chgjmjbmaokmnccgmbfhlhhmnckhndcb |
Beskrivning | Add files to Maxel (Mac OS X Download Manager) directly from Chrome. |
Filstorlek | 45.95 KB |
Antal Installationer | 380 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2018-02-20 |
Publiceringsdatum | 2018-02-20 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://maxelapp.com |
Betalningssätt | free |
Tilläggswebbplats | http://maxelapp.com |
Hjälpsida URL | http://maxelapp.com/browsers.html |
Stödda Språk | 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": [ " |