Hindi word meaning
This extension gives meaning of selected hindi words
Co je Hindi word meaning?
Hindi word meaning je rozšíření Chrome vyvinuté Prakhar Saxena, a jeho hlavní funkcí je „This extension gives meaning of selected hindi words“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hindi word meaning
Stáhněte si soubory rozšíření Hindi word meaning ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Hindi word meaning |
ID | pdohdmigcidklpdnoeoaodigkpblgoij |
Oficiální URL | https://chromewebstore.google.com/detail/hindi-word-meaning/pdohdmigcidklpdnoeoaodigkpblgoij |
Popis | This extension gives meaning of selected hindi words |
Velikost souboru | 143 KB |
Počet instalací | 120 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-12-12 |
Datum Vydání | 2014-12-11 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Prakhar Saxena |
Typ Platby | free |
Podporované Jazyky | 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": [] } |