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文件

下載38-Language Tooltip Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "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
官方網址 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"
    ]
}