nferX Nucleus
This extension helps to identify bio-medical entities in literature
nferX Nucleusคืออะไร?
nferX Nucleus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nferX และคุณลักษณะหลักของมันคือ "This extension helps to identify bio-medical entities in literature"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย nferX Nucleus
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |