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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |