Translect
Allows you to quickly and easily translate French words to English.
什么是Translect?
Translect是由8enmann开发的Chrome扩展程序,该扩展的主要功能是“Allows you to quickly and easily translate French words to English.”。
扩展截图
下载Translect扩展crx文件
下载Translect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jmeginlikpfohfopfnfpbdbcghcoodic |
官方URL | https://chrome.google.com/webstore/detail/translect/jmeginlikpfohfopfnfpbdbcghcoodic |
简介 | Allows you to quickly and easily translate French words to English. |
文件大小 | 45.74 KB |
安装次数 | 48 |
当前版本 | 1.0 |
更新时间 | 2013-08-05 |
上架时间 | 2013-08-05 |
评分 | 3.00/5 共3次评分 |
开发者 | 8enmann |
付费类型 | free |
支持的语言 | 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" } } |