Sinhala Meaning

The Sinhala Meaning extension provides the Sinhala meaning of any English word once you move over on it.

O que é Sinhala Meaning?

Sinhala Meaning é uma extensão do Chrome desenvolvida por http://buddhika.me, e sua principal característica é "The Sinhala Meaning extension provides the Sinhala meaning of any English word once you move over on it.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Sinhala Meaning

Baixe arquivos de extensão Sinhala Meaning 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

                        "Sinhala Meaning" extension provides the Sinhala meaning of any English word which comes across while browsing through the web pages. If a Sinhala extension installed user found any difficult English word, the user just have drag the mouse over that particular word and then it will display the correct Sinhala meaning of that particular English word. This will help readers to get better idea about the actual web content as well as this will help users to improve their English language.                    

Informações Básicas da Extensão

Nome Sinhala Meaning Sinhala Meaning
ID hmplmhgmkhfmeklphcoolkigpedemhdh
URL Oficial https://chrome.google.com/webstore/detail/sinhala-meaning/hmplmhgmkhfmeklphcoolkigpedemhdh
Descrição The Sinhala Meaning extension provides the Sinhala meaning of any English word once you move over on it.
Tamanho do Arquivo 1.07 MB
Contagem de Instalações 20,000
Versão Atual 1
Última Atualização 2015-06-07
Data de Publicação 2015-06-07
Classificação 4.71/5 Total de 609 Avaliações
Desenvolvedor http://buddhika.me
Tipo de Pagamento free
Site da Extensão http://www.trickslanka.com/sinhala-meaning-chrome-extension/
Idiomas Suportados en,hr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "base.js",
                "shapes.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' http:\/\/localhost:; object-src 'self'",
    "description": "The Sinhala Meaning extension provides the Sinhala meaning of any English word once you move over on it.",
    "homepage_url": "http:\/\/www.trickslanka.com",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "minimum_chrome_version": "8",
    "name": "Sinhala Meaning",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "version": "1",
    "manifest_version": 2
}