The Conjugator Extension
Conjugaison des verbes en anglais
什么是The Conjugator Extension?
The Conjugator Extension是由http://www.theconjugator.com开发的Chrome扩展程序,该扩展的主要功能是“Conjugaison des verbes en anglais”。
扩展截图
下载The Conjugator Extension扩展crx文件
下载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" } } |