The Conjugator Extension
Conjugaison des verbes en anglais
What is The Conjugator Extension?
The Conjugator Extension is a Chrome extension developed by http://www.theconjugator.com, and its main feature is "Conjugaison des verbes en anglais".
Extension Screenshots
Download The Conjugator Extension Extension CRX File
Download The Conjugator Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oiinfjmjccmjciakceoengjgagpejndl |
Official URL | https://chrome.google.com/webstore/detail/the-conjugator-extension/oiinfjmjccmjciakceoengjgagpejndl |
Description | Conjugaison des verbes en anglais |
File Size | 16.64 KB |
Installation Count | 77 |
Current Version | 1.0.1 |
Last Updated | 2014-01-18 |
Publish Date | 2014-01-18 |
Rating | 3.67/5 Total 3 Ratings |
Developer | http://www.theconjugator.com |
Payment Type | free |
Extension Website | http://www.theconjugator.com |
Help Page URL | http://www.theconjugator.com/frcontact.php |
Supported Languages | 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" } } |