SendToFreebox
Envoie un lien vers la Freebox pour être téléchargé
ما هو SendToFreebox؟
SendToFreebox هو إضافة Chrome تم تطويرها بواسطة fredwolff70، والميزة الرئيسية لها هي "Envoie un lien vers la Freebox pour être téléchargé".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SendToFreebox
قم بتنزيل ملفات الامتداد SendToFreebox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cette extension permet les fonctions suivantes: - Clic droit sur une URL pour envoyer vers l'appli Téléchargement du Freebox Serveur. - Réaliser l'association de l'extension avec votre freebox serveur en appuyant sur le bouton associate - Visualiser les réglages de connection avec votre freebox serveur - Teste l'URL par défault https://mafreebox.freebox.fr et préconfigure les réglages - Lister vos téléchargements - Retirer un téléchargement en effacant le fichier présent Note : Il existe un tuto à: https://forum.universfreebox.com/viewtopic.php?p=682468#682468 Pour réaliser l'association, il faut ajouter plusieurs préconditions. Ajouter le certificat de votre freebox serveur à votre navigateur soit "à la main" soit en saisissant l'URL https://mafreebox.freebox.fr dans la barre d'adresse et confirmant son ajout malgré la mise en garde Se delogguer de l'interface Freebox OS (Une seule connection possible à la fois sur le même navigateur peut etre). Si ces conditions sont remplies, vous devriez voir apparaitre le bouton Associate. Il suffit alors de confirmer cet appairage sur le freebox serveur directement. ________________________________________________________________________________________ Right click on an URL for sending it to Freebox download station. Associate your Freebox by click on associate button and confirming on Freebox Server View your connection settings List your current downloads Remove a download Note : Add your Freebox URL to your approved browser certificates by entering following Freebox address (https://mafreebox.freebox.fr) into your browser address bar. Don't forget to confirm acceptance in browser warning page
معلومات أساسية عن التمديد
الاسم | SendToFreebox |
ID | lkhdogaoijoelmmhacccdhbpfpnhghhm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sendtofreebox/lkhdogaoijoelmmhacccdhbpfpnhghhm |
الوصف | Envoie un lien vers la Freebox pour être téléchargé |
حجم الملف | 124 KB |
عدد التثبيتات | 1,250 |
النسخة الحالية | 2.0 |
آخر تحديث | 2020-05-23 |
تاريخ النشر | 2020-05-22 |
المطور | fredwolff70 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/garoloup/SendToFreebox |
عنوان صفحة المساعدة | https://forum.universfreebox.com/viewtopic.php?p=682468#682468 |
اللغات المدعومة | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SendToFreebox", "version": "2.0", "description": "Envoie un lien vers la Freebox pour \u00eatre t\u00e9l\u00e9charg\u00e9", "default_locale": "fr", "browser_specific_settings": { "gecko": { "strict_min_version": "57.0" } }, "icons": { "32": "icons\/32_download.png", "48": "icons\/48_download.png", "96": "icons\/96_download.png", "128": "icons\/128_download.png" }, "options_ui": { "page": "popup\/popup.html" }, "permissions": [ "menus", "contextMenus", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "applications": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_icon": "icons\/32_download.png", "default_title": "Send To Freebox", "default_popup": "popup\/popup.html", "browser_style": true }, "background": { "scripts": [ "common.js", "SendLink.js", "sha1.js" ] } } |