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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

nferX Nucleus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}