UiB Ordbok

UiB Ordbok from University of Bergen (in cooperation with språkrådet) shows the bokmål and nynorsk definition of a word in Norwegian

UiB Ordbok란 무엇입니까?

UiB Ordbok은(는) Ashraful Karim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UiB Ordbok from University of Bergen (in cooperation with språkrådet) shows the bokmål and nynorsk definition of a word in Norwegian"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        UiO ordbok is a Norwegian bokmål to bokmål and nynorsk dictionary translated using University of Bergen (previously University of Oslo) ordbok 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 ordbok website. 

Using UiO ordbok, 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).

Nynorskordboka og Bokmålsordboka er utarbeidet av leksikografer ved Institutt for lingvistiske og nordiske studier (ILN) ved Universitetet i Oslo, i samarbeid med Språkrådet.                    

확장 프로그램 기본 정보

이름 UiB Ordbok UiB Ordbok
ID caembjifniahacfdkkhdaehanlaebefd
공식 URL https://chromewebstore.google.com/detail/uib-ordbok/caembjifniahacfdkkhdaehanlaebefd
설명 UiB Ordbok from University of Bergen (in cooperation with språkrådet) shows the bokmål and nynorsk definition of a word in Norwegian
파일 크기 60.34 KB
설치 횟수 693
현재 버전 1.0.2
최근 업데이트 2017-01-24
출시 날짜 2017-01-24
평점 4.00/5 총 2 개의 평점
개발자 Ashraful Karim
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UiB Ordbok",
    "description": "UiB Ordbok from University of Bergen (in cooperation with spr\u00e5kr\u00e5det) shows the bokm\u00e5l and nynorsk definition of a word in Norwegian",
    "version": "1.0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}