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文件

下載Yaka Sinhala English Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}