38-Language Tooltip Dictionary

38-Language Dictionary using Tooltip

Qu'est-ce que 38-Language Tooltip Dictionary ?

38-Language Tooltip Dictionary est une extension Chrome développée par vocaDB, et sa fonction principale est "38-Language Dictionary using Tooltip".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 38-Language Tooltip Dictionary

Téléchargez les fichiers d'extension 38-Language Tooltip Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        "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                    

Informations de Base sur l'Extension

Nom 38-Language Tooltip Dictionary 38-Language Tooltip Dictionary
ID dbbbmlfbgnnceiknfnmhlbjcmfheliil
URL Officiel https://chromewebstore.google.com/detail/38-language-tooltip-dicti/dbbbmlfbgnnceiknfnmhlbjcmfheliil
Description 38-Language Dictionary using Tooltip
Taille du Fichier 106 KB
Nombre d'Installations 227
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-29
Date de Publication 2016-11-28
Évaluation 4.33/5 Total 3 Évaluations
Développeur vocaDB
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://vocabdb.com/Main/
URL de la Page d'Aide http://vocabdb.com/Main/solution/chrome/
Langues Prises en Charge 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"
    ]
}