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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Khiyo Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}