Lexin

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

Lexin란 무엇입니까?

Lexin은(는) Ashraful Karim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Lexin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Lexin Lexin
ID kkkcoclekebnbijbjdgbkcahmnejalci
공식 URL https://chromewebstore.google.com/detail/lexin/kkkcoclekebnbijbjdgbkcahmnejalci
설명 Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word
파일 크기 58.04 KB
설치 횟수 209
현재 버전 1.1.0
최근 업데이트 2020-10-20
출시 날짜 2017-05-02
평점 3.00/5 총 1 개의 평점
개발자 Ashraful Karim
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}