Yaka Sinhala English Dictionary

Learn Sinhala & English definitions by highlighting words

Yaka Sinhala English Dictionary란 무엇입니까?

Yaka Sinhala English Dictionary은(는) Naveen Kumarasinghe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn Sinhala & English definitions by highlighting words"입니다.

확장 프로그램 스크린샷

screenshot

Yaka Sinhala English Dictionary 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Yaka is a free and open source dictionary for all Sinhala speakers who are inspired to learn new English words. Yaka helps you to effortlessly find the Sinhala definition by highlighting an unfamiliar English term. Alternatively, highlight a Sinhala word to get its meaning in English. This dictionary works  offline as well.
Do leave us your valuable review, so we can improve Yaka together.!

Changelog:

Version 1.1
=========
Added 38,360 more word definitions.

Version 1.1.1
===========
Fixed text selection lose when viewing definitions and allow users to successfully delete highlighted words in input fields.                    

확장 프로그램 기본 정보

이름 Yaka Sinhala English Dictionary Yaka Sinhala English Dictionary
ID ajenepebkdbgemdaiijnfpdfiglijpag
공식 URL https://chromewebstore.google.com/detail/yaka-sinhala-english-dict/ajenepebkdbgemdaiijnfpdfiglijpag
설명 Learn Sinhala & English definitions by highlighting words
파일 크기 1.08 MB
설치 횟수 3,873
현재 버전 1.1.1
최근 업데이트 2022-11-15
출시 날짜 2022-11-09
평점 4.71/5 총 14 개의 평점
개발자 Naveen Kumarasinghe
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/kumarasinghe/yaka-sinhala-english-dictionary/issues/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Yaka Sinhala English Dictionary",
    "version": "1.1.1",
    "description": "Learn Sinhala & English definitions by highlighting words",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content\/content.js",
                "scripts\/content\/tooltip.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}