Khiyo Dictionary

A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website

Khiyo Dictionary란 무엇입니까?

Khiyo Dictionary은(는) Shemul Hossain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A Simple Chrome extension that get you the actual Bangla meaning of selected English word. 

How to :
---------------------------

Just install it and keep surfing the web , whenever you want to mean any word just give a double click on that word. Hopefully associated Bangla Mean will be appear bottom-right corner

Remember : You must have to refresh your current page if you want to see just in action                    

확장 프로그램 기본 정보

이름 Khiyo Dictionary Khiyo Dictionary
ID oncfhhecjhlmbbimgloeegaopmgbolif
공식 URL https://chrome.google.com/webstore/detail/khiyo-dictionary/oncfhhecjhlmbbimgloeegaopmgbolif
설명 A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website
파일 크기 111 KB
설치 횟수 269
현재 버전 1.3.3
최근 업데이트 2018-05-15
출시 날짜 2018-05-15
평점 4.64/5 총 22 개의 평점
개발자 Shemul Hossain
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3.3",
    "name": "Khiyo Dictionary",
    "short_name": "Khiyo",
    "description": "A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website",
    "homepage_url": "https:\/\/github.com\/shemul",
    "author": {
        "name": "Shemul Hossain"
    },
    "browser_action": {
        "default_icon": "icon38.png"
    },
    "icons": {
        "64": "icon.png",
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "css": [
                "js\/content.css"
            ],
            "run_at": "document_end"
        }
    ]
}