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”。
扩展截图
下载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 |
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" } } |