Sinhala Meaning

The Sinhala Meaning extension provides the Sinhala meaning of any English word once you move over on it.

Sinhala Meaningとは何ですか?

Sinhala Meaningはhttp://buddhika.meによって開発されたChromeの拡張機能で、その主な機能は「The Sinhala Meaning extension provides the Sinhala meaning of any English word once you move over on it.」です。

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

screenshot
screenshot

Sinhala Meaning拡張機能のCRXファイルをダウンロード

Sinhala Meaning拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "Sinhala Meaning" extension provides the Sinhala meaning of any English word which comes across while browsing through the web pages. If a Sinhala extension installed user found any difficult English word, the user just have drag the mouse over that particular word and then it will display the correct Sinhala meaning of that particular English word. This will help readers to get better idea about the actual web content as well as this will help users to improve their English language.                    

拡張機能の基本情報

名前 Sinhala Meaning Sinhala Meaning
ID hmplmhgmkhfmeklphcoolkigpedemhdh
公式URL https://chrome.google.com/webstore/detail/sinhala-meaning/hmplmhgmkhfmeklphcoolkigpedemhdh
説明 The Sinhala Meaning extension provides the Sinhala meaning of any English word once you move over on it.
ファイルサイズ 1.07 MB
インストール数 20,000
現在のバージョン 1
最終更新日 2015-06-07
公開日 2015-06-07
評価 4.71/5 合計 609 レビュー
開発者 http://buddhika.me
支払い方法 free
拡張機能のウェブサイト http://www.trickslanka.com/sinhala-meaning-chrome-extension/
対応言語 en,hr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "base.js",
                "shapes.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' http:\/\/localhost:; object-src 'self'",
    "description": "The Sinhala Meaning extension provides the Sinhala meaning of any English word once you move over on it.",
    "homepage_url": "http:\/\/www.trickslanka.com",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "minimum_chrome_version": "8",
    "name": "Sinhala Meaning",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "version": "1",
    "manifest_version": 2
}