Lexin

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

Co to jest Lexin?

Lexin to rozszerzenie Chrome opracowane przez Ashraful Karim, a jego główną funkcją jest „Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Lexin

Pobierz pliki rozszerzeń Lexin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Lexin Lexin
ID kkkcoclekebnbijbjdgbkcahmnejalci
Oficjalny URL https://chromewebstore.google.com/detail/lexin/kkkcoclekebnbijbjdgbkcahmnejalci
Opis Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word
Rozmiar pliku 58.04 KB
Liczba instalacji 209
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2020-10-20
Data Publikacji 2017-05-02
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper Ashraful Karim
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}