Hindi word meaning

This extension gives meaning of selected hindi words

Hindi word meaning là gì?

Hindi word meaning là một tiện ích mở rộng Chrome được phát triển bởi Prakhar Saxena, và tính năng chính của nó là "This extension gives meaning of selected hindi words".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hindi word meaning

Tải xuống các tệp mở rộng Hindi word meaning dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hindi word meaning Hindi word meaning
ID pdohdmigcidklpdnoeoaodigkpblgoij
URL Chính Thức https://chromewebstore.google.com/detail/hindi-word-meaning/pdohdmigcidklpdnoeoaodigkpblgoij
Mô tả This extension gives meaning of selected hindi words
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-12-12
Ngày Phát Hành 2014-12-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Prakhar Saxena
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}