Vision Translate - Smart highlight translator

A popup translate extension for the visual type.

Vision Translate - Smart highlight translatorคืออะไร?

Vision Translate - Smart highlight translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dömötör Albert และคุณลักษณะหลักของมันคือ "A popup translate extension for the visual type."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vision Translate - Smart highlight translator

ดาวน์โหลดไฟล์ส่วนขยาย Vision Translate - Smart highlight translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        • 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vision Translate - Smart highlight translator Vision Translate - Smart highlight translator
ID aemapjnikiphnefgmocicmlmbdhodkea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vision-translate-smart-hi/aemapjnikiphnefgmocicmlmbdhodkea
คำอธิบาย A popup translate extension for the visual type.
ขนาดไฟล์ 97.14 KB
จำนวนการติดตั้ง 1,902
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-12-14
วันที่เผยแพร่ 2019-12-13
คะแนน 4.61/5 รวมทั้งหมด 49 คะแนน
ผู้พัฒนา Dömötör Albert
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}