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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ashraful Karim, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης UiB Ordbok

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}