Lingualeo Language Translator

Translate words & phrases from websites quickly. Add to your personal dictionary on Lingualeo.com and learn foreign languges easily!

Lingualeo Language Translator là gì?

Lingualeo Language Translator là một tiện ích mở rộng Chrome được phát triển bởi https://lingualeo.com, và tính năng chính của nó là "Translate words & phrases from websites quickly. Add to your personal dictionary on Lingualeo.com and learn foreign languges easily!".

Ả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 Lingualeo Language Translator

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

                        Translate words and phrases from foreign websites quickly. Add to your personal dictionary on Lingualeo.com and learn foreign languges easily!


Lingualeo Language Translator is the simplest way to translate words and phrases from any webpage on the internet.

Just double-click a word and you'll get the translation.
For every word:
- top 5 most popular translations
- pronunciation
- fixed expressions.

The extension currently supports: English, Chinese, Hindi, Spanish, Portuguese, Russian, Japanese, German, Korean, French, Vietnamese, Italian, Turkish, Ukrainian, Polish, Dutch, Indonesian, Czech, Greek, Serbian

* Learning English with Lingualeo *
Lingualeo Language Translator is part of the Lingualeo language learning service - a platform with an audience of over 20 million people from all over the world. Save and study the content you're viewing, add words you don't know to your personal dictionary, practice them during interactive trainings, and turn learning grammar into a game.

Our app is avaialble for iPhone, Android, and Huawei.
http://www.lingualeo.com                    

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

Tên Lingualeo Language Translator Lingualeo Language Translator
ID nglbhlefjhcjockellmeclkcijildjhi
URL Chính Thức https://chromewebstore.google.com/detail/lingualeo-language-transl/nglbhlefjhcjockellmeclkcijildjhi
Mô tả Translate words & phrases from websites quickly. Add to your personal dictionary on Lingualeo.com and learn foreign languges easily!
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 199,147
Phiên Bản Hiện Tại 3.1.1
Cập Nhật Lần Cuối 2023-03-23
Ngày Phát Hành 2019-03-08
Đánh Giá 3.84/5 Tổng số 2225 Đánh Giá
Nhà Phát Triển https://lingualeo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lingualeo.com/ru
URL Trang Trợ Giúp https://lingualeo.com/ru/feedback
URL Trang Chính Sách Bảo Mật https://lingualeo.com/ru/blog/polozhenie-o-zashhite-personalnyih-dannyih
Ngôn Ngữ Được Hỗ Trợ id,de,en,fr,sw,nl,no,vi,tr,da,es,es-419,it,lv,lt,pl,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,hi,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lingualeo Language Translator",
    "description": "Translate words & phrases from websites quickly. Add to your personal dictionary on Lingualeo.com and learn foreign languges easily!",
    "version": "3.1.1",
    "default_locale": "en",
    "options_page": "pages\/settings\/settings.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "readability\/readability.js",
                "googleDocsUtil\/googleDocsUtil.js",
                "guessLanguage\/guessLanguage.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "https:\/\/lingualeo.com\/*",
                "https:\/\/lingualeo-beta.com\/*",
                "https:\/\/app.slack.com\/*",
                "https:\/\/*.atlassian.net\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "storage.js",
            "requests.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/logo-paw-grey.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Lookup a definition!"
    },
    "icons": {
        "16": "img\/logo-paw16.png",
        "48": "img\/logo-paw48.png"
    },
    "web_accessible_resources": [
        "img\/*",
        "content.css"
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "",
        "notifications",
        "contextMenus"
    ]
}