Hindi word meaning
This extension gives meaning of selected hindi words
Hindi word meaning क्या है?
Hindi word meaning Prakhar Saxena द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension gives meaning of selected hindi words"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hindi word meaning एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [] } |