Hindi word meaning

This extension gives meaning of selected hindi words

Hindi word meaningとは何ですか?

Hindi word meaningはPrakhar Saxenaによって開発されたChromeの拡張機能で、その主な機能は「This extension gives meaning of selected hindi words」です。

拡張機能のスクリーンショット

screenshot

Hindi word meaning拡張機能のCRXファイルをダウンロード

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