nferX Nucleus
This extension helps to identify bio-medical entities in literature
What is nferX Nucleus?
nferX Nucleus is a Chrome extension developed by nferX, and its main feature is "This extension helps to identify bio-medical entities in literature".
Extension Screenshots
Download nferX Nucleus Extension CRX File
Download nferX Nucleus 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
This extension helps to view extracted entities from the selected text and to switch between environments of nferX Platform. It also provides information if the webpage is added in nferX library.
Extension Basic Information
Name | nferX Nucleus |
ID | bonlepkbbchfpjkcpokodcdndamilbpl |
Official URL | https://chromewebstore.google.com/detail/nferx-nucleus/bonlepkbbchfpjkcpokodcdndamilbpl |
Description | This extension helps to identify bio-medical entities in literature |
File Size | 1.13 MB |
Installation Count | 56 |
Current Version | 3.0.8 |
Last Updated | 2023-03-06 |
Publish Date | 2022-03-15 |
Developer | nferX |
[email protected] | |
Payment Type | free |
Extension Website | https://nference.ai |
Privacy Policy Page URL | https://nference.ai/privacy-policy |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "nferX Nucleus", "description": "This extension helps to identify bio-medical entities in literature", "version": "3.0.8", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "contextMenus", "scripting" ], "host_permissions": [ "https:\/\/preview.nferx.com\/" ], "background": { "service_worker": "background.js" } } |