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文件

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