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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Send To Maxel
قم بتنزيل ملفات الامتداد Send To Maxel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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": [
" | |