Yaka Sinhala English Dictionary

Learn Sinhala & English definitions by highlighting words

ما هو Yaka Sinhala English Dictionary؟

Yaka Sinhala English Dictionary هو إضافة Chrome تم تطويرها بواسطة Naveen Kumarasinghe، والميزة الرئيسية لها هي "Learn Sinhala & English definitions by highlighting words".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Yaka Sinhala English Dictionary

قم بتنزيل ملفات الامتداد Yaka Sinhala English Dictionary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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": [
                ""
            ]
        }
    ]
}