Linguee-Translator

Translate words using the Linguee.com service.

Linguee-Translator là gì?

Linguee-Translator là một tiện ích mở rộng Chrome được phát triển bởi Javier, và tính năng chính của nó là "Translate words using the Linguee.com service.".

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

screenshot
screenshot
screenshot

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

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

                        A WebExtension for translating words using the Linguee.com service.                    

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

Tên Linguee-Translator Linguee-Translator
ID mfmgafeloljkhohdgfahfegkkhjakkpl
URL Chính Thức https://chromewebstore.google.com/detail/linguee-translator/mfmgafeloljkhohdgfahfegkkhjakkpl
Mô tả Translate words using the Linguee.com service.
Kích Thước Tệp 410 KB
Số Lần Cài Đặt 2,192
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-04-08
Ngày Phát Hành 2020-04-07
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Javier
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/javierdwd/linguee-browser-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linguee-Translator",
    "version": "1.1.0",
    "description": "Translate words using the Linguee.com service.",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "64": "images\/icons\/icon64.png",
        "96": "images\/icons\/icon96.png",
        "128": "images\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.linguee.com\/*",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Linguee-Translator",
        "default_icon": {
            "32": "images\/icons\/icon32.png"
        },
        "default_popup": "html\/popup.html"
    }
}