Sinhala Meaning

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

Sinhala Meaningคืออะไร?

Sinhala Meaning เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://buddhika.me และคุณลักษณะหลักของมันคือ "The Sinhala Meaning extension provides the Sinhala meaning of any English word once you move over on it."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sinhala Meaning

ดาวน์โหลดไฟล์ส่วนขยาย 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
}