nferX Nucleus
This extension helps to identify bio-medical entities in literature
什么是nferX Nucleus?
nferX Nucleus是由nferX开发的Chrome扩展程序,该扩展的主要功能是“This extension helps to identify bio-medical entities in literature”。
扩展截图
下载nferX Nucleus扩展crx文件
下载nferX Nucleus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | nferX Nucleus |
ID | bonlepkbbchfpjkcpokodcdndamilbpl |
官方URL | https://chromewebstore.google.com/detail/nferx-nucleus/bonlepkbbchfpjkcpokodcdndamilbpl |
简介 | This extension helps to identify bio-medical entities in literature |
文件大小 | 1.13 MB |
安装次数 | 56 |
当前版本 | 3.0.8 |
更新时间 | 2023-03-06 |
上架时间 | 2022-03-15 |
开发者 | nferX |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://nference.ai |
隐私政策页面URL | https://nference.ai/privacy-policy |
支持的语言 | 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" } } |