Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

Oxford Dictionary Search क्या है?

Oxford Dictionary Search progmonster द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Searches selected words in the Online Oxford Dictionary"।

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

screenshot

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

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

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

                        Updated 02 Nov 2016. Thanks a lot OSryx for the help (https://github.com/OSryx)                    

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

नाम Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
आधिकारिक URL https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
विवरण Searches selected words in the Online Oxford Dictionary
फ़ाइल का आकार 19.39 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 0.2
अंतिम अपडेट 2016-11-02
प्रकाशन तिथि 2016-11-02
रेटिंग 2.91/5 कुल 86 रेटिंग्स
डेवलपर progmonster
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Dictionary Search",
    "description": "Searches selected words in the Online Oxford Dictionary",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "images\/oxford128.png",
        "54": "images\/oxford54.png",
        "16": "images\/oxford16.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}