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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
}