Søk i NAOB
NAOB – Det Norske Akademis ordbok
What is Søk i NAOB?
Søk i NAOB is a Chrome extension developed by pkletsko, and its main feature is "NAOB – Det Norske Akademis ordbok".
Extension Screenshots
Download Søk i NAOB Extension CRX File
Download Søk i NAOB 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
Søk i NAOB context menu item will quickly send selected word(s) to NAOB web site. Extension Basic Information
| Name | |
| ID | immlaplfcbjappkniojpodekinbgjojd |
| Official URL | https://chromewebstore.google.com/detail/s%C3%B8k-i-naob/immlaplfcbjappkniojpodekinbgjojd |
| Description | NAOB – Det Norske Akademis ordbok |
| File Size | 15.25 KB |
| Installation Count | 259 |
| Current Version | 0.7 |
| Last Updated | 2020-11-20 |
| Publish Date | 2020-11-17 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | pkletsko |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://naob.no |
| Supported Languages | no |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "S\u00f8k i NAOB",
"description": "NAOB \u2013 Det Norske Akademis ordbok",
"version": "0.7",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"search.js"
]
},
"manifest_version": 2
} | |