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ファイルをダウンロード

UiB Ordbok拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}