Lexin

Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word

O que é Lexin?

Lexin é uma extensão do Chrome desenvolvida por Ashraful Karim, e sua principal característica é "Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Lexin

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

                        UiB Lexin is a Norwegian bokmål to bokmål or (many other languages) dictionary translated using University of Bergen lexin resources. When adding this add-ons to your chrome browser, you get a right click context menu for any selection (norwegian word) which directs your selection to the definition in UiB website. 

The specialty of this UiB website is that you get pronunciations and lots of examples here. 
Using UiB lexin, you can get all the meaning of a word and its different forms in verbs, adjective or noun (singular, plural, definite or indefinite form etc), their usage etc.. 

Norwegian Directorate of Education and Training (Utdanningsdirektoratet) has copyright to LEXIN.

You can also see the UiB Ordbok extension for Norwegian word definition,
https://chrome.google.com/webstore/detail/uib-ordbok/caembjifniahacfdkkhdaehanlaebefd                    

Informações Básicas da Extensão

Nome Lexin Lexin
ID kkkcoclekebnbijbjdgbkcahmnejalci
URL Oficial https://chromewebstore.google.com/detail/lexin/kkkcoclekebnbijbjdgbkcahmnejalci
Descrição Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word
Tamanho do Arquivo 58.04 KB
Contagem de Instalações 209
Versão Atual 1.1.0
Última Atualização 2020-10-20
Data de Publicação 2017-05-02
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor Ashraful Karim
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lexin",
    "description": "Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word",
    "version": "1.1.0",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png"
    }
}