Translect

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

Cos'è Translect?

Translect è un'estensione di Chrome sviluppata da 8enmann, e la sua funzione principale è "Allows you to quickly and easily translate French words to English.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Translect

Scarica i file di estensione Translect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Translect Translect
ID jmeginlikpfohfopfnfpbdbcghcoodic
URL Ufficiale https://chrome.google.com/webstore/detail/translect/jmeginlikpfohfopfnfpbdbcghcoodic
Descrizione Allows you to quickly and easily translate French words to English.
Dimensione del File 45.74 KB
Conteggio Installazioni 48
Versione Corrente 1.0
Ultimo Aggiornamento 2013-08-05
Data di Pubblicazione 2013-08-05
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore 8enmann
Tipo di Pagamento free
Lingue Supportate 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"
    }
}