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

Qu'est-ce que UiB Ordbok ?

UiB Ordbok est une extension Chrome développée par Ashraful Karim, et sa fonction principale est "UiB Ordbok from University of Bergen (in cooperation with språkrådet) shows the bokmål and nynorsk definition of a word in Norwegian".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UiB Ordbok

Téléchargez les fichiers d'extension UiB Ordbok au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom UiB Ordbok UiB Ordbok
ID caembjifniahacfdkkhdaehanlaebefd
URL Officiel https://chromewebstore.google.com/detail/uib-ordbok/caembjifniahacfdkkhdaehanlaebefd
Description UiB Ordbok from University of Bergen (in cooperation with språkrådet) shows the bokmål and nynorsk definition of a word in Norwegian
Taille du Fichier 60.34 KB
Nombre d'Installations 693
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-01-24
Date de Publication 2017-01-24
Évaluation 4.00/5 Total 2 Évaluations
Développeur Ashraful Karim
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}