The Conjugator Extension
Conjugaison des verbes en anglais
Co to jest The Conjugator Extension?
The Conjugator Extension to rozszerzenie Chrome opracowane przez http://www.theconjugator.com, a jego główną funkcją jest „Conjugaison des verbes en anglais”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Conjugator Extension
Pobierz pliki rozszerzeń The Conjugator Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oiinfjmjccmjciakceoengjgagpejndl |
Oficjalny URL | https://chrome.google.com/webstore/detail/the-conjugator-extension/oiinfjmjccmjciakceoengjgagpejndl |
Opis | Conjugaison des verbes en anglais |
Rozmiar pliku | 16.64 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2014-01-18 |
Data Publikacji | 2014-01-18 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | http://www.theconjugator.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.theconjugator.com |
Adres URL Strony Pomocy | http://www.theconjugator.com/frcontact.php |
Obsługiwane Języki | 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" } } |