English-Kannada Dictionary

Look up the meaning of English words in a click

O que é English-Kannada Dictionary?

English-Kannada Dictionary é uma extensão do Chrome desenvolvida por kannadadeveloper, e sua principal característica é "Look up the meaning of English words in a click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão English-Kannada Dictionary

Baixe arquivos de extensão English-Kannada 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

                        The application helps to look up the meaning of English words in Kannada. 

Follow the steps:
1. Select the word that you would like to find the meaning.
2. Right click
3. Hover over 'English-Kannada dictionary' and select the dictionary that you would like to use.                    

Informações Básicas da Extensão

Nome English-Kannada Dictionary English-Kannada Dictionary
ID chiopmgmkefkhdkpdoknbjmfgfkemcof
URL Oficial https://chromewebstore.google.com/detail/english-kannada-dictionar/chiopmgmkefkhdkpdoknbjmfgfkemcof
Descrição Look up the meaning of English words in a click
Tamanho do Arquivo 7.72 KB
Contagem de Instalações 336
Versão Atual 0.2
Última Atualização 2021-10-31
Data de Publicação 2018-11-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor kannadadeveloper
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/vivekpn/english-kannada-dictionary
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "English-Kannada Dictionary",
    "version": "0.2",
    "description": "Look up the meaning of English words in a click",
    "icons": {
        "128": "images\/logo.png"
    },
    "author": "Vivek",
    "homepage_url": "https:\/\/github.com\/vivekpn\/english-kannada-dictionary",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/script.js"
        ]
    }
}