nferX Nucleus

This extension helps to identify bio-medical entities in literature

nferX Nucleus là gì?

nferX Nucleus là một tiện ích mở rộng Chrome được phát triển bởi nferX, và tính năng chính của nó là "This extension helps to identify bio-medical entities in literature".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng nferX Nucleus

Tải xuống các tệp mở rộng nferX Nucleus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên nferX Nucleus nferX Nucleus
ID bonlepkbbchfpjkcpokodcdndamilbpl
URL Chính Thức https://chromewebstore.google.com/detail/nferx-nucleus/bonlepkbbchfpjkcpokodcdndamilbpl
Mô tả This extension helps to identify bio-medical entities in literature
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 3.0.8
Cập Nhật Lần Cuối 2023-03-06
Ngày Phát Hành 2022-03-15
Nhà Phát Triển nferX
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nference.ai
URL Trang Chính Sách Bảo Mật https://nference.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}