Lexin

Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word

What is Lexin?

Lexin is a Chrome extension developed by Ashraful Karim, and its main feature is "Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word".

Extension Screenshots

screenshot
screenshot

Download Lexin Extension CRX File

Download Lexin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        UiB Lexin is a Norwegian bokmål to bokmål or (many other languages) dictionary translated using University of Bergen lexin 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 website. 

The specialty of this UiB website is that you get pronunciations and lots of examples here. 
Using UiB lexin, 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), their usage etc.. 

Norwegian Directorate of Education and Training (Utdanningsdirektoratet) has copyright to LEXIN.

You can also see the UiB Ordbok extension for Norwegian word definition,
https://chrome.google.com/webstore/detail/uib-ordbok/caembjifniahacfdkkhdaehanlaebefd                    

Extension Basic Information

Name Lexin Lexin
ID kkkcoclekebnbijbjdgbkcahmnejalci
Official URL https://chromewebstore.google.com/detail/lexin/kkkcoclekebnbijbjdgbkcahmnejalci
Description Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word
File Size 58.04 KB
Installation Count 209
Current Version 1.1.0
Last Updated 2020-10-20
Publish Date 2017-05-02
Rating 3.00/5 Total 1 Ratings
Developer Ashraful Karim
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lexin",
    "description": "Lexin shows translation of Norwegian word in different languages as well as pronunciation of the word",
    "version": "1.1.0",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png"
    }
}