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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में UiB Ordbok एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}