38-Language Tooltip Dictionary

38-Language Dictionary using Tooltip

38-Language Tooltip Dictionary란 무엇입니까?

38-Language Tooltip Dictionary은(는) vocaDB에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "38-Language Dictionary using Tooltip"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

38-Language Tooltip Dictionary 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "Extract and Save my words" 


VocaDB developed a useful word search solution to help users have a more convenient language learning.
 
Instead of typing in a dictionary's input field for every search, VocaDB Tooltip enables users to find dictionary information by simply selecting a word or text, either by clicking or highlighting.
 
Our Tooltip uses extraction technology and provides translated definitions. 
It supports 38 languages and translation.
 
It is powered by VocaDB's Tooltip API, Extraction API, and the APIs of Google Translate and MS Bing.
 
Also we launched android and iOS Apps.

Google Tap to translate vs. vocaDB.com : https://youtu.be/89SLvpmnejo  (May, 2016)
Google chorme extension vs. vocaDB.com : https://youtu.be/ajAHxExa6m8
Samsung Note7 vs. vocaDB.com https://youtu.be/KwZDb02FtE4 (August, 2016)

vocaDB.com
vocabDB.com
보카디비 툴팁 번역, 사전 

dictionary, translation, translate, vocabulary, language, search                    

확장 프로그램 기본 정보

이름 38-Language Tooltip Dictionary 38-Language Tooltip Dictionary
ID dbbbmlfbgnnceiknfnmhlbjcmfheliil
공식 URL https://chromewebstore.google.com/detail/38-language-tooltip-dicti/dbbbmlfbgnnceiknfnmhlbjcmfheliil
설명 38-Language Dictionary using Tooltip
파일 크기 106 KB
설치 횟수 227
현재 버전 1.0
최근 업데이트 2016-11-29
출시 날짜 2016-11-28
평점 4.33/5 총 3 개의 평점
개발자 vocaDB
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://vocabdb.com/Main/
도움말 페이지 URL http://vocabdb.com/Main/solution/chrome/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "38-Language Tooltip Dictionary",
    "short_name": "38-Language Tooltip Dictionary",
    "description": "38-Language Dictionary using Tooltip",
    "version": "1.0",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        ""
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "ext_background\/background.js",
            "ext_background\/save_tooltip.js"
        ],
        "css": [
            "ext_background\/inject.css"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ext_background\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/x_button.png",
        "iframe\/showmsg.html",
        "img\/logo_icon_white.png",
        "img\/video_img.png"
    ]
}