Translect

Allows you to quickly and easily translate French words to English.

Что такое Translect?

Translect - это расширение Chrome, разработанное 8enmann, и его основная функция - "Allows you to quickly and easily translate French words to English.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Translect

Скачайте файлы расширений Translect в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Makes it fast and easy to translate word by word from French to English. Based on Wiktionary data.

Doesn't work on all word forms yet.

This project is open source! To contribute please see https://github.com/8enmann/translect

This app can be extended to support other languages as well.                    

Основная информация о расширении

Название Translect Translect
ID jmeginlikpfohfopfnfpbdbcghcoodic
Официальный URL https://chrome.google.com/webstore/detail/translect/jmeginlikpfohfopfnfpbdbcghcoodic
Описание Allows you to quickly and easily translate French words to English.
Размер файла 45.74 KB
Количество установок 48
Текущая Версия 1.0
Последнее Обновление 2013-08-05
Дата публикации 2013-08-05
Рейтинг 3.00/5 Всего 3 оценок
Разработчик 8enmann
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translect",
    "description": "Allows you to quickly and easily translate French words to English.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/fr.wiktionary.org\/",
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/fr.wiktionary.org; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "translect.html"
    }
}