Odia Dictionary

Double click any word get meaning in Odia Wow !!

O que é Odia Dictionary?

Odia Dictionary é uma extensão do Chrome desenvolvida por Brahmananda kar, e sua principal característica é "Double click any word get meaning in Odia Wow !!".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Odia Dictionary

Baixe arquivos de extensão Odia Dictionary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 .                    

Informações Básicas da Extensão

Nome Odia Dictionary Odia Dictionary
ID llblcbklgckkjdjmhkgklfhgmeckfkih
URL Oficial https://chrome.google.com/webstore/detail/odia-dictionary/llblcbklgckkjdjmhkgklfhgmeckfkih
Descrição Double click any word get meaning in Odia Wow !!
Tamanho do Arquivo 1.02 MB
Contagem de Instalações 104
Versão Atual 1.2
Última Atualização 2022-04-04
Data de Publicação 2018-09-26
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Brahmananda kar
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}