Translect

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

What is Translect?

Translect is a Chrome extension developed by 8enmann, and its main feature is "Allows you to quickly and easily translate French words to English.".

Extension Screenshots

screenshot

Download Translect Extension CRX File

Download Translect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Translect Translect
ID jmeginlikpfohfopfnfpbdbcghcoodic
Official URL https://chrome.google.com/webstore/detail/translect/jmeginlikpfohfopfnfpbdbcghcoodic
Description Allows you to quickly and easily translate French words to English.
File Size 45.74 KB
Installation Count 48
Current Version 1.0
Last Updated 2013-08-05
Publish Date 2013-08-05
Rating 3.00/5 Total 3 Ratings
Developer 8enmann
Payment Type free
Supported Languages 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"
    }
}