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
官方網址 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
}