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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shemul Hossain และคุณลักษณะหลักของมันคือ "A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Khiyo Dictionary

ดาวน์โหลดไฟล์ส่วนขยาย Khiyo Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}