The Conjugator Extension

Conjugaison des verbes en anglais

The Conjugator Extension là gì?

The Conjugator Extension là một tiện ích mở rộng Chrome được phát triển bởi http://www.theconjugator.com, và tính năng chính của nó là "Conjugaison des verbes en anglais".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Conjugator Extension

Tải xuống các tệp mở rộng The Conjugator Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Conjugator Extension The Conjugator Extension
ID oiinfjmjccmjciakceoengjgagpejndl
URL Chính Thức https://chrome.google.com/webstore/detail/the-conjugator-extension/oiinfjmjccmjciakceoengjgagpejndl
Mô tả Conjugaison des verbes en anglais
Kích Thước Tệp 16.64 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-01-18
Ngày Phát Hành 2014-01-18
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.theconjugator.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.theconjugator.com
URL Trang Trợ Giúp http://www.theconjugator.com/frcontact.php
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}