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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" } } |