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
公式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
Eメール [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": [
                ""
            ]
        }
    ]
}