Hindi word meaning
This extension gives meaning of selected hindi words
¿Qué es Hindi word meaning?
Hindi word meaning es una extensión de Chrome desarrollada por Prakhar Saxena, y su función principal es "This extension gives meaning of selected hindi words".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hindi word meaning
Descarga archivos de extensión Hindi word meaning 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
The extension can be used by people for getting meaning of any hindi words they come across while surfing the internet. It can be used in two ways. 1. Users can double click on the word on any webpage and the extension will display a tool tip with the meaning of the word in english. 2. Further, users can click on the extension and straightaway search for the hindi word there and get the meaning.
Información Básica de la Extensión
Nombre | Hindi word meaning |
ID | pdohdmigcidklpdnoeoaodigkpblgoij |
URL Oficial | https://chromewebstore.google.com/detail/hindi-word-meaning/pdohdmigcidklpdnoeoaodigkpblgoij |
Descripción | This extension gives meaning of selected hindi words |
Tamaño del Archivo | 143 KB |
Cantidad de Instalaciones | 120 |
Versión Actual | 1.0 |
Última Actualización | 2014-12-12 |
Fecha de Publicación | 2014-12-11 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Prakhar Saxena |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hindi word meaning", "description": "This extension gives meaning of selected hindi words", "version": "1.0", "icons": { "128": "logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.1.min.js", "jquery-ui.min.js", "testScript.js" ], "css": [ "jquery-ui.theme.min.css", "jquery-ui.structure.min.css" ] } ], "permissions": [] } |