Vision Translate - Smart highlight translator

A popup translate extension for the visual type.

Vision Translate - Smart highlight translator là gì?

Vision Translate - Smart highlight translator là một tiện ích mở rộng Chrome được phát triển bởi Dömötör Albert, và tính năng chính của nó là "A popup translate extension for the visual type.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vision Translate - Smart highlight translator

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

                        • Translates the highlighted text
• Displays image associated with highlighted word in order to make it easier to learn
• Asks in popups about frequently translated words
• Displays context of highlighted text to learn the whole meaning
• Supports over 100 languages
• Detailed, intuitive design

If you like this extension, please share it with your friends, so that it can spread!
This is version 1.1 so there may be bugs which will be fixed in the future.
Proposals and reviews are appreciated!
Uses Google Translate and Pixabay

Made by Albert Dömötör at Vision Software.

- Version 1.1 updates:
Name changed from "Vision Translate" to "Vision Translate - Smart highlight translator", popup doesn't always appear bug fixed.                    

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

Tên Vision Translate - Smart highlight translator Vision Translate - Smart highlight translator
ID aemapjnikiphnefgmocicmlmbdhodkea
URL Chính Thức https://chromewebstore.google.com/detail/vision-translate-smart-hi/aemapjnikiphnefgmocicmlmbdhodkea
Mô tả A popup translate extension for the visual type.
Kích Thước Tệp 97.14 KB
Số Lần Cài Đặt 1,902
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-12-14
Ngày Phát Hành 2019-12-13
Đánh Giá 4.61/5 Tổng số 49 Đánh Giá
Nhà Phát Triển Dömötör Albert
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vision Translate - Smart highlight translator",
    "short_name": "Vision Translate",
    "version": "1.1",
    "description": "A popup translate extension for the visual type.",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Vision translate settings",
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third_party\/jquery.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "translate_popup.html",
        "remind_popup.html",
        "*.svg",
        "*.png"
    ]
}