38-Language Tooltip Dictionary

38-Language Dictionary using Tooltip

38-Language Tooltip Dictionary क्या है?

38-Language Tooltip Dictionary vocaDB द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "38-Language Dictionary using Tooltip"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 38-Language Tooltip Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}