English Hindi English Dictionary

Hindi Dictionary: English-Hindi-English Dictionary, get meaning of different English words in Hindi in easy and handy way.

English Hindi English Dictionary란 무엇입니까?

English Hindi English Dictionary은(는) https://www.kodand.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hindi Dictionary: English-Hindi-English Dictionary, get meaning of different English words in Hindi in easy and handy way."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

English Hindi English Dictionary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Hindi Dictionary : 

It provides English - Hindi - English Dictionary. Its very fast and reliable.

Hindi Dictionary is a handy and reliable chrome extension designed to translate the selected word to Hindi and English. 

Key features:
- Meaning from English to Hindi
- Meaning from English to English
- Text-to-Speech functionality for English words and meanings.
- Easy to access popup for meanings, just double click on any word to get meaning (please refresh page after installing this extension)
- Easily hide popup if it annoying, for given time, for particular site or for entire browser/all sites.
- No signup required
- Minimum footprint on chrome browser
- Small size

You can also play quiz in the extension pop-up and increase your knowledge in different areas like Hindi General Knowledge, English Grammar, Hindi Driving License Test and many more. 


Get meaning of different English word using any of below step:

1. Double click on any word >> popup will open showing Hindi/English meaning
2. Select any text on browser >> right click on text >> select "Hindi Meaning" from menu
3. Select any text on browser >> use extension's icon on top right corner

You can disable double click functionality anytime using extension’s option menu or using action icon on popup.                    

확장 프로그램 기본 정보

이름 English Hindi English Dictionary English Hindi English Dictionary
ID bjlegmanlfckekanijakdoeedcjlihbn
공식 URL https://chromewebstore.google.com/detail/english-hindi-english-dic/bjlegmanlfckekanijakdoeedcjlihbn
설명 Hindi Dictionary: English-Hindi-English Dictionary, get meaning of different English words in Hindi in easy and handy way.
파일 크기 60.9 KB
설치 횟수 6,382
현재 버전 1.33
최근 업데이트 2023-04-28
출시 날짜 2020-05-30
평점 4.24/5 총 42 개의 평점
개발자 https://www.kodand.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.kodand.com
도움말 페이지 URL https://www.kodand.com/contact-us
개인정보 보호 정책 페이지 URL https://www.kodand.com/privacy.html
지원되는 언어 en,hi,gu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "1.33",
    "manifest_version": 3,
    "description": "__MSG_extDetail__",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.kodand.com\/*",
                "*:\/\/amp.kodand.com\/*",
                "*:\/\/mob.kodand.com\/*"
            ],
            "js": [
                "kodand_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "gcm",
        "storage",
        "contextMenus",
        "tts",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "short_name": "__MSG_extShortName__"
}