Hindi word meaning

This extension gives meaning of selected hindi words

Co to jest Hindi word meaning?

Hindi word meaning to rozszerzenie Chrome opracowane przez Prakhar Saxena, a jego główną funkcją jest „This extension gives meaning of selected hindi words”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hindi word meaning

Pobierz pliki rozszerzeń Hindi word meaning w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hindi word meaning Hindi word meaning
ID pdohdmigcidklpdnoeoaodigkpblgoij
Oficjalny URL https://chromewebstore.google.com/detail/hindi-word-meaning/pdohdmigcidklpdnoeoaodigkpblgoij
Opis This extension gives meaning of selected hindi words
Rozmiar pliku 143 KB
Liczba instalacji 120
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-12-12
Data Publikacji 2014-12-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Prakhar Saxena
Typ Płatności free
Obsługiwane Języki 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": []
}