Flewent

Translate a small portion of web pages to a language you want to learn.

Flewent là gì?

Flewent là một tiện ích mở rộng Chrome được phát triển bởi Andy Groff, và tính năng chính của nó là "Translate a small portion of web pages to a language you want to learn.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Flewent 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

                        The Flewent language learning plugin takes a webpage in english and translates some of the words into a language of your choice.

This should help you build your vocabulary for a foreign language you want to learn while reading news, checking wikipedia, and doing daily web browsing. It also provides a pop-up to view the word on Google Translate (for better / more results), Wikipedia, or Dictionary.com

Recent versions made substantial changes to the way the plugin works. It now includes your own dictionary that fills up automatically and lets you translate some words without using the translation service. Your dictionary will fill up from the translation service, but you can edit the dictionary to suit your needs. Full release details here:

http://groff.co/2013/03/flewent-1-1-0-released/                    

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

Tên Flewent Flewent
ID kboplipnhaapngnahmdgminfepnokjhh
URL Chính Thức https://chrome.google.com/webstore/detail/flewent/kboplipnhaapngnahmdgminfepnokjhh
Mô tả Translate a small portion of web pages to a language you want to learn.
Kích Thước Tệp 93.15 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2019-09-30
Ngày Phát Hành 2019-09-30
Đánh Giá 3.21/5 Tổng số 34 Đánh Giá
Nhà Phát Triển Andy Groff
Loại Thanh Toán free
Trang Web Mở Rộng http://groff.co/flewent/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "browser_action": {
        "default_icon": "logo_48.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "ui-icons.png"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Translate a small portion of web pages to a language you want to learn.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "name": "Flewent",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "learner.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.2.0"
}