Hindi word meaning

This extension gives meaning of selected hindi words

O que é Hindi word meaning?

Hindi word meaning é uma extensão do Chrome desenvolvida por Prakhar Saxena, e sua principal característica é "This extension gives meaning of selected hindi words".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hindi word meaning

Baixe arquivos de extensão Hindi word meaning no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hindi word meaning Hindi word meaning
ID pdohdmigcidklpdnoeoaodigkpblgoij
URL Oficial https://chromewebstore.google.com/detail/hindi-word-meaning/pdohdmigcidklpdnoeoaodigkpblgoij
Descrição This extension gives meaning of selected hindi words
Tamanho do Arquivo 143 KB
Contagem de Instalações 120
Versão Atual 1.0
Última Atualização 2014-12-12
Data de Publicação 2014-12-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Prakhar Saxena
Tipo de Pagamento free
Idiomas Suportados 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": []
}