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