Khiyo Dictionary
A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website
¿Qué es Khiyo Dictionary?
Khiyo Dictionary es una extensión de Chrome desarrollada por Shemul Hossain, y su función principal es "A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Khiyo Dictionary
Descarga archivos de extensión Khiyo Dictionary en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | oncfhhecjhlmbbimgloeegaopmgbolif |
URL Oficial | https://chrome.google.com/webstore/detail/khiyo-dictionary/oncfhhecjhlmbbimgloeegaopmgbolif |
Descripción | A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website |
Tamaño del Archivo | 111 KB |
Cantidad de Instalaciones | 269 |
Versión Actual | 1.3.3 |
Última Actualización | 2018-05-15 |
Fecha de Publicación | 2018-05-15 |
Calificación | 4.64/5 Total de 22 Calificaciones |
Desarrollador | Shemul Hossain |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |