T411+
Extension T411 [non officielle]
ما هو T411+؟
T411+ هو إضافة Chrome تم تطويرها بواسطة Olivier B، والميزة الرئيسية لها هي "Extension T411 [non officielle]".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة T411+
قم بتنزيل ملفات الامتداد T411+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
T411+ est une extensions pour le site T411. T411+ est une extensions pour le site T411. Il permet l'affichage du ratio dans la barre de tache, d'effectuer une recherche sur t411 en selectionnant le texte puis clic droit et ajoute un bouton "Télécharger" aux résultats. D'autres fonctionnalités sont à venir. Dépot GitHub: https://github.com/olivierbortolotti/t411-plus
معلومات أساسية عن التمديد
الاسم | T411+ |
ID | ngcmmnfdphkohilpliolpnnkppcppgfi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/t411+/ngcmmnfdphkohilpliolpnnkppcppgfi |
الوصف | Extension T411 [non officielle] |
حجم الملف | 25.85 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.1.1.6 |
آخر تحديث | 2016-11-27 |
تاريخ النشر | 2016-11-27 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | Olivier B |
نوع الدفع | free |
موقع الإضافة | https://olivierbortolotti.github.io/t411-plus/ |
عنوان صفحة المساعدة | https://github.com/olivierbortolotti/t411-plus/issues |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "T411+", "description": "Extension T411 [non officielle]", "version": "1.1.1.6", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "commun.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.t411.li\/*" ], "js": [ "scriptcontenu.js" ] } ], "permissions": [ "storage", "https:\/\/api.t411.li\/", "alarms", "contextMenus" ], "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |