Translect

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

Hvad er Translect?

Translect er en Chrome-udvidelse udviklet af 8enmann, og dens hovedfunktion er "Allows you to quickly and easily translate French words to English.".

Udvidelsesskærmbilleder

screenshot

Download Translect-udvidelses-CRX-fil

Download Translect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Translect Translect
ID jmeginlikpfohfopfnfpbdbcghcoodic
Officiel URL https://chrome.google.com/webstore/detail/translect/jmeginlikpfohfopfnfpbdbcghcoodic
Beskrivelse Allows you to quickly and easily translate French words to English.
Filstørrelse 45.74 KB
Antal Installationer 48
Nuværende Version 1.0
Senest Opdateret 2013-08-05
Udgivelsesdato 2013-08-05
Bedømmelse 3.00/5 Samlet 3 Bedømmelser
Udvikler 8enmann
Betalingsmetode free
Understøttede Sprog 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"
    }
}