Yaka Sinhala English Dictionary

Learn Sinhala & English definitions by highlighting words

Qu'est-ce que Yaka Sinhala English Dictionary ?

Yaka Sinhala English Dictionary est une extension Chrome développée par Naveen Kumarasinghe, et sa fonction principale est "Learn Sinhala & English definitions by highlighting words".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yaka Sinhala English Dictionary

Téléchargez les fichiers d'extension Yaka Sinhala English Dictionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Yaka Sinhala English Dictionary Yaka Sinhala English Dictionary
ID ajenepebkdbgemdaiijnfpdfiglijpag
URL Officiel https://chromewebstore.google.com/detail/yaka-sinhala-english-dict/ajenepebkdbgemdaiijnfpdfiglijpag
Description Learn Sinhala & English definitions by highlighting words
Taille du Fichier 1.08 MB
Nombre d'Installations 3,873
Version Actuelle 1.1.1
Dernière Mise à Jour 2022-11-15
Date de Publication 2022-11-09
Évaluation 4.71/5 Total 14 Évaluations
Développeur Naveen Kumarasinghe
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/kumarasinghe/yaka-sinhala-english-dictionary/issues/
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}