Hindi word meaning

This extension gives meaning of selected hindi words

ما هو Hindi word meaning؟

Hindi word meaning هو إضافة Chrome تم تطويرها بواسطة Prakhar Saxena، والميزة الرئيسية لها هي "This extension gives meaning of selected hindi words".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hindi word meaning

قم بتنزيل ملفات الامتداد Hindi word meaning بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Hindi word meaning Hindi word meaning
ID pdohdmigcidklpdnoeoaodigkpblgoij
عنوان URL الرسمي https://chromewebstore.google.com/detail/hindi-word-meaning/pdohdmigcidklpdnoeoaodigkpblgoij
الوصف This extension gives meaning of selected hindi words
حجم الملف 143 KB
عدد التثبيتات 120
النسخة الحالية 1.0
آخر تحديث 2014-12-12
تاريخ النشر 2014-12-11
تقييم 5.00/5 مجموع تقييمات 1
المطور Prakhar Saxena
نوع الدفع free
اللغات المدعومة 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": []
}