Word Definition

Get detailed definition in both English and Chinese for any selected word on a webpage.

Word Definition क्या है?

Word Definition http://haohany.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get detailed definition in both English and Chinese for any selected word on a webpage."।

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

screenshot

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

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

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

                        Just select a word and you're good to go!                    

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

नाम Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
आधिकारिक URL https://chrome.google.com/webstore/detail/word-definition/jhklfnhipgicandonpkkcpdofchbpjjk
विवरण Get detailed definition in both English and Chinese for any selected word on a webpage.
फ़ाइल का आकार 51.54 KB
स्थापना संख्या 181
वर्तमान संस्करण 1.2
अंतिम अपडेट 2015-03-01
प्रकाशन तिथि 2015-03-01
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर http://haohany.github.io
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Definition",
    "version": "1.2",
    "description": "Get detailed definition in both English and Chinese for any selected word on a webpage.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "pref.js",
            "bg.js"
        ]
    },
    "browser_action": {
        "default_title": "Word Definition",
        "default_icon": {
            "19": "img\/icon19.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js",
                "jquery.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "chrome:\/\/favicon\/",
        "tabs"
    ]
}