Yaka Sinhala English Dictionary

Learn Sinhala & English definitions by highlighting words

O que é Yaka Sinhala English Dictionary?

Yaka Sinhala English Dictionary é uma extensão do Chrome desenvolvida por Naveen Kumarasinghe, e sua principal característica é "Learn Sinhala & English definitions by highlighting words".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Yaka Sinhala English Dictionary

Baixe arquivos de extensão Yaka Sinhala English Dictionary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Yaka Sinhala English Dictionary Yaka Sinhala English Dictionary
ID ajenepebkdbgemdaiijnfpdfiglijpag
URL Oficial https://chromewebstore.google.com/detail/yaka-sinhala-english-dict/ajenepebkdbgemdaiijnfpdfiglijpag
Descrição Learn Sinhala & English definitions by highlighting words
Tamanho do Arquivo 1.08 MB
Contagem de Instalações 3,873
Versão Atual 1.1.1
Última Atualização 2022-11-15
Data de Publicação 2022-11-09
Classificação 4.71/5 Total de 14 Avaliações
Desenvolvedor Naveen Kumarasinghe
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/kumarasinghe/yaka-sinhala-english-dictionary/issues/
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}