Dicc.io - Instant Dictionary

Double click on a word to view its translations in the pop up dictionary.

Dicc.io - Instant Dictionary क्या है?

Dicc.io - Instant Dictionary Besmart Andorra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Double click on a word to view its translations in the pop up dictionary."।

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

screenshot

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

crx प्रारूप में Dicc.io - Instant Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Dicc.io busca en más de 500 diccionarios para encontrar la definición más correcta.                    

एक्सटेंशन की मूल जानकारी

नाम Dicc.io - Instant Dictionary Dicc.io - Instant Dictionary
ID mkjelhimddbcbpinlcagdhcmkgamkejp
आधिकारिक URL https://chrome.google.com/webstore/detail/diccio-diccionario/mkjelhimddbcbpinlcagdhcmkgamkejp
विवरण Double click on a word to view its translations in the pop up dictionary.
फ़ाइल का आकार 409 KB
स्थापना संख्या 106
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-05-15
प्रकाशन तिथि 2016-05-15
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर Besmart Andorra
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://dicc.io
सहायता पृष्ठ URL http://dicc.io/tutorial/
समर्थित भाषाएँ de,en,fr,nl,tr,ca,es,it,el,ru,zh-CN,ja,ko
manifest.json
{
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "pages\/page_action.html",
        "default_title": "Click here to quickly view translations for selected word."
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/simple_retriever.css"
            ],
            "exclude_matches": [
                "*:\/\/*.dicc.io\/*"
            ],
            "js": [
                "js\/simple_retriever.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; media-src http:\/\/dicc.io",
    "default_locale": "es",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/dicc.io\/",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "dicc.io",
    "omnibox": {
        "keyword": "define"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        "tts"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "pages\/options.html"
    ]
}