The Conjugator Extension
Conjugaison des verbes en anglais
ما هو The Conjugator Extension؟
The Conjugator Extension هو إضافة Chrome تم تطويرها بواسطة http://www.theconjugator.com، والميزة الرئيسية لها هي "Conjugaison des verbes en anglais".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Conjugator Extension
قم بتنزيل ملفات الامتداد The Conjugator Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Conjugator permet de conjuguer tous les verbes anglais à tous les temps. En plus de la seule conjugaison, il contient une liste de tous les verbes ce qui permet de retrouver l'orthographe exacte d'un verbe. Vous pouvez également: - écrire un nombre en espagnol (ex: 20) - rechercher un verbe particulier (ex: am* donne tous les verbes commençant par am.) - retrouver l'infinitif d'un verbe déjà conjugué (ex: went) Cette application se connecte sur le site http://www.theconjugator.com pour obtenir les résultats.
معلومات أساسية عن التمديد
الاسم | |
ID | oiinfjmjccmjciakceoengjgagpejndl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/the-conjugator-extension/oiinfjmjccmjciakceoengjgagpejndl |
الوصف | Conjugaison des verbes en anglais |
حجم الملف | 16.64 KB |
عدد التثبيتات | 77 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2014-01-18 |
تاريخ النشر | 2014-01-18 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | http://www.theconjugator.com |
نوع الدفع | free |
موقع الإضافة | http://www.theconjugator.com |
عنوان صفحة المساعدة | http://www.theconjugator.com/frcontact.php |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Conjugator Extension", "short_name": "The Conjugator", "description": "Conjugaison des verbes en anglais", "version": "1.0.1", "permissions": [ "http:\/\/www.theconjugator.com\/" ], "browser_action": { "default_icon": { "19": "TC19.png", "128": "TCM16.png", "38": "TC38.png" }, "default_popup": "popup.html" }, "icons": { "16": "TCM16.png", "128": "TCM128.png" } } |