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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |