Yaka Sinhala English Dictionary

Learn Sinhala & English definitions by highlighting words

Yaka Sinhala English Dictionary là gì?

Yaka Sinhala English Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Naveen Kumarasinghe, và tính năng chính của nó là "Learn Sinhala & English definitions by highlighting words".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yaka Sinhala English Dictionary

Tải xuống các tệp mở rộng Yaka Sinhala English Dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yaka Sinhala English Dictionary Yaka Sinhala English Dictionary
ID ajenepebkdbgemdaiijnfpdfiglijpag
URL Chính Thức https://chromewebstore.google.com/detail/yaka-sinhala-english-dict/ajenepebkdbgemdaiijnfpdfiglijpag
Mô tả Learn Sinhala & English definitions by highlighting words
Kích Thước Tệp 1.08 MB
Số Lần Cài Đặt 3,873
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-11-15
Ngày Phát Hành 2022-11-09
Đánh Giá 4.71/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Naveen Kumarasinghe
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/kumarasinghe/yaka-sinhala-english-dictionary/issues/
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}