Hindi word meaning
This extension gives meaning of selected hindi words
什么是Hindi word meaning?
Hindi word meaning是由Prakhar Saxena开发的Chrome扩展程序,该扩展的主要功能是“This extension gives meaning of selected hindi words”。
扩展截图
下载Hindi word meaning扩展crx文件
下载Hindi word meaning扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Hindi word meaning |
ID | pdohdmigcidklpdnoeoaodigkpblgoij |
官方URL | https://chromewebstore.google.com/detail/hindi-word-meaning/pdohdmigcidklpdnoeoaodigkpblgoij |
简介 | This extension gives meaning of selected hindi words |
文件大小 | 143 KB |
安装次数 | 120 |
当前版本 | 1.0 |
更新时间 | 2014-12-12 |
上架时间 | 2014-12-11 |
评分 | 5.00/5 共1次评分 |
开发者 | Prakhar Saxena |
付费类型 | free |
支持的语言 | 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": [] } |