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" } } |