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 |
官方網址 | 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": [] } |