Translect

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

Translectคืออะไร?

Translect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 8enmann และคุณลักษณะหลักของมันคือ "Allows you to quickly and easily translate French words to English."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translect

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}