Hindi word meaning

This extension gives meaning of selected hindi words

Qu'est-ce que Hindi word meaning ?

Hindi word meaning est une extension Chrome développée par Prakhar Saxena, et sa fonction principale est "This extension gives meaning of selected hindi words".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hindi word meaning

Téléchargez les fichiers d'extension Hindi word meaning au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hindi word meaning Hindi word meaning
ID pdohdmigcidklpdnoeoaodigkpblgoij
URL Officiel https://chromewebstore.google.com/detail/hindi-word-meaning/pdohdmigcidklpdnoeoaodigkpblgoij
Description This extension gives meaning of selected hindi words
Taille du Fichier 143 KB
Nombre d'Installations 120
Version Actuelle 1.0
Dernière Mise à Jour 2014-12-12
Date de Publication 2014-12-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur Prakhar Saxena
Type de Paiement free
Langues Prises en Charge 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": []
}