Translect

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

Was ist Translect?

Translect ist eine Chrome-Erweiterung, die von 8enmann entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to quickly and easily translate French words to English.".

Erweiterungsscreenshots

screenshot

Translect-Erweiterungs-CRX-Datei herunterladen

Laden Sie Translect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Translect Translect
ID jmeginlikpfohfopfnfpbdbcghcoodic
Offizielle URL https://chrome.google.com/webstore/detail/translect/jmeginlikpfohfopfnfpbdbcghcoodic
Beschreibung Allows you to quickly and easily translate French words to English.
Dateigröße 45.74 KB
Installationsanzahl 48
Aktuelle Version 1.0
Letztes Update 2013-08-05
Veröffentlichungsdatum 2013-08-05
Bewertung 3.00/5 Insgesamt 3 Bewertungen
Entwickler 8enmann
Zahlungsart free
Unterstützte Sprachen 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"
    }
}