English-Kannada Dictionary

Look up the meaning of English words in a click

What is English-Kannada Dictionary?

English-Kannada Dictionary is a Chrome extension developed by kannadadeveloper, and its main feature is "Look up the meaning of English words in a click".

Extension Screenshots

screenshot

Download English-Kannada Dictionary Extension CRX File

Download English-Kannada Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name English-Kannada Dictionary English-Kannada Dictionary
ID chiopmgmkefkhdkpdoknbjmfgfkemcof
Official URL https://chromewebstore.google.com/detail/english-kannada-dictionar/chiopmgmkefkhdkpdoknbjmfgfkemcof
Description Look up the meaning of English words in a click
File Size 7.72 KB
Installation Count 336
Current Version 0.2
Last Updated 2021-10-31
Publish Date 2018-11-04
Rating 5.00/5 Total 2 Ratings
Developer kannadadeveloper
Email [email protected]
Payment Type free
Help Page URL https://github.com/vivekpn/english-kannada-dictionary
Supported Languages 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"
        ]
    }
}