Translect
Allows you to quickly and easily translate French words to English.
Wat is Translect?
Translect is een Chrome-extensie ontwikkeld door 8enmann, en de belangrijkste functie is "Allows you to quickly and easily translate French words to English.".
Extensie Screenshots
Download het CRX-bestand van de extensie Translect
Download Translect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jmeginlikpfohfopfnfpbdbcghcoodic |
Officiële URL | https://chrome.google.com/webstore/detail/translect/jmeginlikpfohfopfnfpbdbcghcoodic |
Beschrijving | Allows you to quickly and easily translate French words to English. |
Bestandsgrootte | 45.74 KB |
Aantal Installaties | 48 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-08-05 |
Publicatiedatum | 2013-08-05 |
Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | 8enmann |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |