Odia Dictionary

Double click any word get meaning in Odia Wow !!

Odia Dictionary क्या है?

Odia Dictionary Brahmananda kar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Double click any word get meaning in Odia Wow !!"।

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

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

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

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

                        This chrome extension  will enable to see meaning of English word  in browser in Odia language .
How to Use it :
Open any web site of English language and double click on any word .
 A pop up will appear over the word which give Odia meaning of that word .                    

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

नाम Odia Dictionary Odia Dictionary
ID llblcbklgckkjdjmhkgklfhgmeckfkih
आधिकारिक URL https://chrome.google.com/webstore/detail/odia-dictionary/llblcbklgckkjdjmhkgklfhgmeckfkih
विवरण Double click any word get meaning in Odia Wow !!
फ़ाइल का आकार 1.02 MB
स्थापना संख्या 104
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-04-04
प्रकाशन तिथि 2018-09-26
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Brahmananda kar
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Odia Dictionary",
    "description": "Double click any word get meaning in Odia Wow !!",
    "version": "1.2",
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "oriya.css"
            ],
            "js": [
                "jquery.js",
                "contentscript.js",
                "myfile.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.com https:\/\/*.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "tts",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "osr06nie_1.woff",
        "oriya.css"
    ]
}