Translect

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

Translect là gì?

Translect là một tiện ích mở rộng Chrome được phát triển bởi 8enmann, và tính năng chính của nó là "Allows you to quickly and easily translate French words to English.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Translect

Tải xuống các tệp mở rộng Translect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Translect Translect
ID jmeginlikpfohfopfnfpbdbcghcoodic
URL Chính Thức https://chrome.google.com/webstore/detail/translect/jmeginlikpfohfopfnfpbdbcghcoodic
Mô tả Allows you to quickly and easily translate French words to English.
Kích Thước Tệp 45.74 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-08-05
Ngày Phát Hành 2013-08-05
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển 8enmann
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}