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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "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
}