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 |
官方網址 | 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" } } |