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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Translect Translect
ID jmeginlikpfohfopfnfpbdbcghcoodic
官方網址 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"
    }
}