Hindi word meaning

This extension gives meaning of selected hindi words

Wat is Hindi word meaning?

Hindi word meaning is een Chrome-extensie ontwikkeld door Prakhar Saxena, en de belangrijkste functie is "This extension gives meaning of selected hindi words".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hindi word meaning

Download Hindi word meaning-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hindi word meaning Hindi word meaning
ID pdohdmigcidklpdnoeoaodigkpblgoij
Officiële URL https://chromewebstore.google.com/detail/hindi-word-meaning/pdohdmigcidklpdnoeoaodigkpblgoij
Beschrijving This extension gives meaning of selected hindi words
Bestandsgrootte 143 KB
Aantal Installaties 120
Huidige Versie 1.0
Laatst Bijgewerkt 2014-12-12
Publicatiedatum 2014-12-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Prakhar Saxena
Betalingswijze free
Ondersteunde Talen 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": []
}