Vision Translate - Smart highlight translator

A popup translate extension for the visual type.

Vision Translate - Smart highlight translator란 무엇입니까?

Vision Translate - Smart highlight translator은(는) Dömötör Albert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A popup translate extension for the visual type."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Vision Translate - Smart highlight translator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        • 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"
    ]
}