Odia Dictionary

Double click any word get meaning in Odia Wow !!

Wat is Odia Dictionary?

Odia Dictionary is een Chrome-extensie ontwikkeld door Brahmananda kar, en de belangrijkste functie is "Double click any word get meaning in Odia Wow !!".

Extensie Screenshots

Download het CRX-bestand van de extensie Odia Dictionary

Download Odia Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 .                    

Basisinformatie over de Extensie

Naam Odia Dictionary Odia Dictionary
ID llblcbklgckkjdjmhkgklfhgmeckfkih
Officiële URL https://chrome.google.com/webstore/detail/odia-dictionary/llblcbklgckkjdjmhkgklfhgmeckfkih
Beschrijving Double click any word get meaning in Odia Wow !!
Bestandsgrootte 1.02 MB
Aantal Installaties 104
Huidige Versie 1.2
Laatst Bijgewerkt 2022-04-04
Publicatiedatum 2018-09-26
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Brahmananda kar
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}